Color Hex Logo

#fdb462 Color Hex

#FDB462
(253,180,98)
0 Favorites   0 Comments

Color spaces of #fdb462

RGB 25318098
HSL0.090.970.69
HSV32°61°99°
CMYK 0.000.290.61   0.01
XYZ59.033954.407018.9455
Yxy54.40700.44590.4110
Hunter Lab73.761113.778636.4042
CIE-Lab78.698518.420451.6181

#fdb462 color RGB value is (253,180,98).

#fdb462 hex color red value is 253, green value is 180 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fdb462 hue: 0.09 , saturation: 0.97 and the lightness value of fdb462 is 0.69.

The process color (four color CMYK) of #fdb462 color hex is 0.00, 0.29, 0.61, 0.01. Web safe color of #fdb462 is #ffcc66. Color #fdb462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 01100010
Octal 375 264 142
Decimal 253 180 98
Hex FD B4 62

RGB Percentages of Color #fdb462

%47.65
%33.90
%18.46

CMYK Percentages of Color #fdb462

%0
%29
%61
%1

Triadic Colors of #fdb462

#fdb462 #62fdb4 #b462fd

Analogous Colors of #fdb462

#fdb462 #f9fd62 #fd6762

Monochromatic Colors of #fdb462

#fdb462

Complementary Color

#fdb462 #62abfd

#fdb462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb462 Color CSS Codes

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

#fdb462 Text Font Color

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

This sample text font color is #fdb462
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.


#fdb462 Background Color

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

This div background color is #fdb462


#fdb462 Border Color

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

This div border color is #fdb462


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,180,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdb462; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdb462;
  -webkit-box-shadow: 1px 1px 3px 2px #fdb462;
  box-shadow:         1px 1px 3px 2px #fdb462; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,180,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb462

Related Colors


Comments

No comments written yet.

Please login to write comment.