#FDF09E

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

Shades of Drover #FDF09E

Tints of Drover #FDF09E

Color information

#FDF09E (or 0xFDF09E) is unknown color: approx Drover. HEX triplet: FD, F0 and 9E. RGB value is (253,240,158). Sum of RGB (Red+Green+Blue) = 253+240+158=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 158 (62.11% from 255 or 24.27% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF09E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF09E is #020F61. Grayscale: #EAEAEA. Windows color (decimal): -135010 or 10416381. OLE color: 10416381.

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

Color convert

RGB253240158-
CMYK00.050.380.01
HSL51.79º95.96%80.59%-
HSV(B)51.79º37.55%99.22%-
XYZ77.8485.6744.78-
YUV234.5484.81141.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 158 (62.11% from 255) = 24.27%
R=38.86%
G=36.87%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324015800.050.380.0151.7995.9680.59
HexFDF09E05261346051
Octal3753602360546164140121
Binary1111110111110000100111100101100110111010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF09E; }

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

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

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

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

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

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

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

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