#FDF19E

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

Shades of Drover #FDF19E

Tints of Drover #FDF19E

Color information

#FDF19E (or 0xFDF19E) is unknown color: approx Drover. HEX triplet: FD, F1 and 9E. RGB value is (253,241,158). Sum of RGB (Red+Green+Blue) = 253+241+158=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF19E is #020E61. Grayscale: #EBEBEB. Windows color (decimal): -134754 or 10416637. OLE color: 10416637.

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

Color convert

RGB253241158-
CMYK00.050.380.01
HSL52.42º95.96%80.59%-
HSV(B)52.42º37.55%99.22%-
XYZ78.1386.2644.88-
YUV235.1384.48140.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 158 (62.11% from 255) = 24.23%
R=38.80%
G=36.96%
B=24.23%

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
Decimal25324115800.050.380.0152.4295.9680.59
HexFDF19E05261346051
Octal3753612360546164140121
Binary1111110111110001100111100101100110111010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF19E; }

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

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

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

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

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

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

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

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