Html Css Color HEX #FDF099 Drover

📋 copy color: '#FDF099'

red 253 ◦ green 240 ◦ blue 153

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

Shades of Drover #FDF099

Tints of Drover #FDF099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 23.68%

R = 39.16%
G = 37.15%
B = 23.68%

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

#FDF099 (or 0xFDF099) is known color: Drover. HEX triplet: FD, F0 and 99. RGB value is (253,240,153). Sum of RGB (Red+Green+Blue) = 253+240+153=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 153 (60.16% from 255 or 23.68% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF099 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF099 is #020F66. Grayscale: #EAEAEA. Windows color (decimal): -135015 or 10088701. OLE color: 10088701.

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

Color convert

RGB 253 240 153 -
CMYK 0 0.05 0.40 0.01
HSL 52.2º 0.96% 0.8% -
HSV(B) 52.2º 0.4% 0.99% -
XYZ 77.42 85.5 42.56 -
YUV 233.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 253 240 153 0 0.05 0.40 0.01 52.2 0.96 0.8
Hex FD F0 99 0 5 28 1 34 60 50
Octal 375 360 231 0 5 50 1 64 140 120
Binary 11111101 11110000 10011001 0 101 101000 1 110100 1100000 1010000

Color Harmonies of #FDF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF099

Black with #FDF099

Text Example


Text Example

White with #FDF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF099; }

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

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

background-color css

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

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

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

border-color css

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

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

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