#FDEF9F

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

Shades of Drover #FDEF9F

Tints of Drover #FDEF9F

Color information

#FDEF9F (or 0xFDEF9F) is unknown color: approx Drover. HEX triplet: FD, EF and 9F. RGB value is (253,239,159). Sum of RGB (Red+Green+Blue) = 253+239+159=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 159 (62.5% from 255 or 24.42% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF9F is #021060. Grayscale: #EAEAEA. Windows color (decimal): -135265 or 10481661. OLE color: 10481661.

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

Color convert

RGB253239159-
CMYK00.060.370.01
HSL51.06º95.92%80.78%-
HSV(B)51.06º37.15%99.22%-
XYZ77.6385.1245.14-
YUV234.0785.64141.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 159 (62.5% from 255) = 24.42%
R=38.86%
G=36.71%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323915900.060.370.0151.0695.9280.78
HexFDEF9F06251336051
Octal3753572370645163140121
Binary1111110111101111100111110110100101111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEF9F; }

 p { color: rgb(253,239,159); }

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

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

 a { background-color: rgb(253,239,159); }

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

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

 span { border-color: rgb(253,239,159); }

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