#FDF19F

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

Shades of Drover #FDF19F

Tints of Drover #FDF19F

Color information

#FDF19F (or 0xFDF19F) is unknown color: approx Drover. HEX triplet: FD, F1 and 9F. RGB value is (253,241,159). Sum of RGB (Red+Green+Blue) = 253+241+159=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF19F is #020E60. Grayscale: #EBEBEB. Windows color (decimal): -134753 or 10482173. OLE color: 10482173.

HSL color Cylindrical-coordinate representation of color #FDF19F: hue angle of 52.34º 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 #FDF19F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB253241159-
CMYK00.050.370.01
HSL52.34º95.92%80.78%-
HSV(B)52.34º37.15%99.22%-
XYZ78.2286.345.34-
YUV235.2484.98140.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 159 (62.5% from 255) = 24.35%
R=38.74%
G=36.91%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324115900.050.370.0152.3495.9280.78
HexFDF19F05251346051
Octal3753612370545164140121
Binary1111110111110001100111110101100101111010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF19F; }

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

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

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

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

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

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

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

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