Html Css Color HEX #FDF09F Drover

📋 copy color: '#FDF09F'

red 253 ◦ green 240 ◦ blue 159

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

Shades of Drover #FDF09F

Tints of Drover #FDF09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 24.39%

R = 38.8%
G = 36.81%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDF09F (or 0xFDF09F) is known color: Drover. HEX triplet: FD, F0 and 9F. RGB value is (253,240,159). Sum of RGB (Red+Green+Blue) = 253+240+159=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 159 (62.5% from 255 or 24.39% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF09F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF09F is #020F60. Grayscale: #EAEAEA. Windows color (decimal): -135009 or 10481917. OLE color: 10481917.

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

Color convert

RGB 253 240 159 -
CMYK 0 0.05 0.37 0.01
HSL 51.7º 0.96% 0.81% -
HSV(B) 51.7º 0.37% 0.99% -
XYZ 77.93 85.71 45.24 -
YUV 234.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 253 240 159 0 0.05 0.37 0.01 51.7 0.96 0.81
Hex FD F0 9F 0 5 25 1 34 60 51
Octal 375 360 237 0 5 45 1 64 140 121
Binary 11111101 11110000 10011111 0 101 100101 1 110100 1100000 1010001

Color Harmonies of #FDF09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF09F

Black with #FDF09F

Text Example


Text Example

White with #FDF09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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