Color Hex Logo

#fed761 Color Hex

#FED761
(254,215,97)
0 Favorites   0 Comments

Color spaces of #fed761

RGB 25421597
HSL0.130.990.69
HSV45°62°100°
CMYK 0.000.150.62   0.00
XYZ67.331270.534821.3751
Yxy70.53480.42280.4429
Hunter Lab83.9850-3.869443.6995
CIE-Lab87.25850.640861.7945

#fed761 color RGB value is (254,215,97).

#fed761 hex color red value is 254, green value is 215 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fed761 hue: 0.13 , saturation: 0.99 and the lightness value of fed761 is 0.69.

The process color (four color CMYK) of #fed761 color hex is 0.00, 0.15, 0.62, 0.00. Web safe color of #fed761 is #ffcc66. Color #fed761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01100001
Octal 376 327 141
Decimal 254 215 97
Hex FE D7 61

RGB Percentages of Color #fed761

%44.88
%37.99
%17.14

CMYK Percentages of Color #fed761

%0
%15
%62
%0

Triadic Colors of #fed761

#fed761 #61fed7 #d761fe

Analogous Colors of #fed761

#fed761 #d7fe61 #fe8961

Monochromatic Colors of #fed761

#fed761

Complementary Color

#fed761 #6188fe

#fed761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed761 Color CSS Codes

.mybgcolor {background-color:#fed761; } 
.myforecolor {color:#fed761; }
.mybordercolor {border:3px solid #fed761; }

#fed761 Text Font Color

<p style="color:#fed761">Text here</p>

This sample text font color is #fed761
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fed761 Background Color

<div style="background-color:#fed761">
Div content here</div>

This div background color is #fed761


#fed761 Border Color

<div style="border:3px solid #fed761">
Div here</div>

This div border color is #fed761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,215,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fed761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fed761;
  -webkit-box-shadow: 1px 1px 3px 2px #fed761;
  box-shadow:         1px 1px 3px 2px #fed761; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,215,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fed761">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fed761;
  -webkit-box-shadow: 1px 1px 3px 2px #fed761;
  box-shadow:         1px 1px 3px 2px #fed761;">
Div content here</div>

This div box has shadow with color #fed761


Comments

No comments written yet.

Please login to write comment.