#FDF19B

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

Shades of Drover #FDF19B

Tints of Drover #FDF19B

Color information

#FDF19B (or 0xFDF19B) is unknown color: approx Drover. HEX triplet: FD, F1 and 9B. RGB value is (253,241,155). Sum of RGB (Red+Green+Blue) = 253+241+155=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 155 (60.94% from 255 or 23.88% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF19B is #020E64. Grayscale: #EBEBEB. Windows color (decimal): -134757 or 10220029. OLE color: 10220029.

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

Color convert

RGB253241155-
CMYK00.050.390.01
HSL52.65º96.08%80%-
HSV(B)52.65º38.74%99.22%-
XYZ77.8886.1643.54-
YUV234.7882.98140.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 155 (60.94% from 255) = 23.88%
R=38.98%
G=37.13%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324115500.050.390.0152.6596.0880
HexFDF19B05271356050
Octal3753612330547165140120
Binary1111110111110001100110110101100111111010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF19B; }

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

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

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

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

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

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

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

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