#FDF0A4

Color #FDF0A4 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FDF0A4

Tints of Drover #FDF0A4

Color information

#FDF0A4 (or 0xFDF0A4) is unknown color: approx Drover. HEX triplet: FD, F0 and A4. RGB value is (253,240,164). Sum of RGB (Red+Green+Blue) = 253+240+164=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 164 (64.45% from 255 or 24.96% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0A4 is #020F5B. Grayscale: #EBEBEB. Windows color (decimal): -135004 or 10809597. OLE color: 10809597.

HSL color Cylindrical-coordinate representation of color #FDF0A4: hue angle of 51.24º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDF0A4 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253240164-
CMYK00.050.350.01
HSL51.24º95.7%81.76%-
HSV(B)51.24º35.18%99.22%-
XYZ78.3785.8847.57-
YUV235.2287.81140.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 164 (64.45% from 255) = 24.96%
R=38.51%
G=36.53%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324016400.050.350.0151.2495.781.76
HexFDF0A405231336052
Octal3753602440543163140122
Binary1111110111110000101001000101100011111001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0A4; }

 p { color: rgb(253,240,164); }

 H1.HeaderClassName
 {
   color: #FDF0A4;
 }
 .AnyTagClassName
 {
   color: #FDF0A4;
 }
</style>
background-color css

<style>
 a { background-color: #FDF0A4; }

 a { background-color: rgb(253,240,164); }

 div.DivClassName
 {
   background-color: #FDF0A4;
 }
 .BgClassName
 {
   background-color: #FDF0A4;
 }
</style>
border-color css

<style>
 span { border-color: #FDF0A4; }

 span { border-color: rgb(253,240,164); }

 td.TdClassName
 {
   border-color: #FDF0A4;
 }
 .TagClassName
 {
   border-color: #FDF0A4;
 }
</style>