Html Css Color HEX #F0DC79 Buff

📋 copy color: '#F0DC79'

red 240 ◦ green 220 ◦ blue 121

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

Shades of Buff #F0DC79

Tints of Buff #F0DC79

RGB

 RED value IS 240 (94.14% from 255) = 41.31%

 GREEN value IS 220 (86.33% from 255) = 37.87%

 BLUE value IS 121 (47.66% from 255) = 20.83%

R = 41.31%
G = 37.87%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F0DC79 (or 0xF0DC79) is known color: Buff. HEX triplet: F0, DC and 79. RGB value is (240,220,121). Sum of RGB (Red+Green+Blue) = 240+220+121=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC79 is #0F2386. Grayscale: #D7D7D7. Windows color (decimal): -992135 or 7986416. OLE color: 7986416.

HSL color Cylindrical-coordinate representation of color #F0DC79: hue angle of 49.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0DC79 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 121 -
CMYK 0 0.08 0.50 0.06
HSL 49.92º 0.8% 0.71% -
HSV(B) 49.92º 0.5% 0.94% -
XYZ 64.98 71.09 28.39 -
YUV 214.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 240 220 121 0 0.08 0.50 0.06 49.92 0.8 0.71
Hex F0 DC 79 0 8 32 6 32 50 47
Octal 360 334 171 0 10 62 6 62 120 107
Binary 11110000 11011100 1111001 0 1000 110010 110 110010 1010000 1000111

Color Harmonies of #F0DC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC79

Black with #F0DC79

Text Example


Text Example

White with #F0DC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC79; }

 p { color: rgb(240,220,121); }

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

background-color css

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

 a { background-color: rgb(240,220,121); }

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

border-color css

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

 span { border-color: rgb(240,220,121); }

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