Color Hex Logo

#fdb04d Color Hex

#FDB04D
(253,176,77)
0 Favorites   0 Comments

Color spaces of #fdb04d

RGB 25317677
HSL0.090.980.65
HSV34°70°99°
CMYK 0.000.300.70   0.01
XYZ57.372952.469114.1249
Yxy52.46910.46280.4233
Hunter Lab72.435614.619539.1434
CIE-Lab77.560519.286360.0666

#fdb04d color RGB value is (253,176,77).

#fdb04d hex color red value is 253, green value is 176 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fdb04d hue: 0.09 , saturation: 0.98 and the lightness value of fdb04d is 0.65.

The process color (four color CMYK) of #fdb04d color hex is 0.00, 0.30, 0.70, 0.01. Web safe color of #fdb04d is #ff9966. Color #fdb04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01001101
Octal 375 260 115
Decimal 253 176 77
Hex FD B0 4D

RGB Percentages of Color #fdb04d

%50.00
%34.78
%15.22

CMYK Percentages of Color #fdb04d

%0
%30
%70
%1

Triadic Colors of #fdb04d

#fdb04d #4dfdb0 #b04dfd

Analogous Colors of #fdb04d

#fdb04d #f2fd4d #fd584d

Monochromatic Colors of #fdb04d

#fdb04d

Complementary Color

#fdb04d #4d9afd

#fdb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb04d Color CSS Codes

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

#fdb04d Text Font Color

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

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


#fdb04d Background Color

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

This div background color is #fdb04d


#fdb04d Border Color

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

This div border color is #fdb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb04d

#fdb04d Color Palettes


Comments

No comments written yet.

Please login to write comment.