#FDF297

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

Shades of Drover #FDF297

Tints of Drover #FDF297

Color information

#FDF297 (or 0xFDF297) is unknown color: approx Drover. HEX triplet: FD, F2 and 97. RGB value is (253,242,151). Sum of RGB (Red+Green+Blue) = 253+242+151=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 151 (59.38% from 255 or 23.37% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF297 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF297 is #020D68. Grayscale: #EBEBEB. Windows color (decimal): -134505 or 9958141. OLE color: 9958141.

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

Color convert

RGB253242151-
CMYK00.040.400.01
HSL53.53º96.23%79.22%-
HSV(B)53.53º40.32%99.22%-
XYZ77.8586.6241.89-
YUV234.9280.64140.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 151 (59.38% from 255) = 23.37%
R=39.16%
G=37.46%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324215100.040.400.0153.5396.2379.22
HexFDF2970428136604f
Octal3753622270450166140117
Binary1111110111110010100101110100101000111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF297; }

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

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

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

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

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

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

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

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