#FDF19C

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

Shades of Drover #FDF19C

Tints of Drover #FDF19C

Color information

#FDF19C (or 0xFDF19C) is unknown color: approx Drover. HEX triplet: FD, F1 and 9C. RGB value is (253,241,156). Sum of RGB (Red+Green+Blue) = 253+241+156=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 156 (61.33% from 255 or 24% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF19C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF19C is #020E63. Grayscale: #EBEBEB. Windows color (decimal): -134756 or 10285565. OLE color: 10285565.

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

Color convert

RGB253241156-
CMYK00.050.380.01
HSL52.58º96.04%80.2%-
HSV(B)52.58º38.34%99.22%-
XYZ77.9686.1943.98-
YUV234.983.48140.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 156 (61.33% from 255) = 24%
R=38.92%
G=37.08%
B=24%

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
Decimal25324115600.050.380.0152.5896.0480.2
HexFDF19C05261356050
Octal3753612340546165140120
Binary1111110111110001100111000101100110111010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF19C; }

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

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

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

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

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

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

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

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