Html Css Color HEX #FDF097 Drover

📋 copy color: '#FDF097'

red 253 ◦ green 240 ◦ blue 151

#FDF097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Drover #FDF097

Tints of Drover #FDF097

RGB

 RED value IS 253 (99.22% from 255) = 39.29%

 GREEN value IS 240 (94.14% from 255) = 37.27%

 BLUE value IS 151 (59.38% from 255) = 23.45%

R = 39.29%
G = 37.27%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDF097 (or 0xFDF097) is known color: Drover. HEX triplet: FD, F0 and 97. RGB value is (253,240,151). Sum of RGB (Red+Green+Blue) = 253+240+151=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 151 (59.38% from 255 or 23.45% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF097 is #020F68. Grayscale: #EAEAEA. Windows color (decimal): -135017 or 9957629. OLE color: 9957629.

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

Color convert

RGB 253 240 151 -
CMYK 0 0.05 0.40 0.01
HSL 52.35º 0.96% 0.79% -
HSV(B) 52.35º 0.4% 0.99% -
XYZ 77.25 85.44 41.7 -
YUV 233.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 253 240 151 0 0.05 0.40 0.01 52.35 0.96 0.79
Hex FD F0 97 0 5 28 1 34 60 4F
Octal 375 360 227 0 5 50 1 64 140 117
Binary 11111101 11110000 10010111 0 101 101000 1 110100 1100000 1001111

Color Harmonies of #FDF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF097

Black with #FDF097

Text Example


Text Example

White with #FDF097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF097; }

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

 H1.HeaderClassName
 {
   color: #FDF097;
 }
 .AnyTagClassName
 {
   color: #FDF097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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