#FDF197

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

Shades of Drover #FDF197

Tints of Drover #FDF197

Color information

#FDF197 (or 0xFDF197) is unknown color: approx Drover. HEX triplet: FD, F1 and 97. RGB value is (253,241,151). Sum of RGB (Red+Green+Blue) = 253+241+151=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF197 is #020E68. Grayscale: #EAEAEA. Windows color (decimal): -134761 or 9957885. OLE color: 9957885.

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

Color convert

RGB253241151-
CMYK00.050.400.01
HSL52.94º96.23%79.22%-
HSV(B)52.94º40.32%99.22%-
XYZ77.5586.0341.8-
YUV234.3380.98141.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 151 (59.38% from 255) = 23.41%
R=39.22%
G=37.36%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324115100.050.400.0152.9496.2379.22
HexFDF1970528135604f
Octal3753612270550165140117
Binary1111110111110001100101110101101000111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF197; }

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

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

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

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

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

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

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

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