#F0DC81

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

Shades of Buff #F0DC81

Tints of Buff #F0DC81

Color information

#F0DC81 (or 0xF0DC81) is unknown color: approx Buff. HEX triplet: F0, DC and 81. RGB value is (240,220,129). Sum of RGB (Red+Green+Blue) = 240+220+129=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC81 is #0F237E. Grayscale: #D7D7D7. Windows color (decimal): -992127 or 8510704. OLE color: 8510704.

HSL color Cylindrical-coordinate representation of color #F0DC81: hue angle of 49.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0DC81 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240220129-
CMYK00.080.460.06
HSL49.19º78.72%72.35%-
HSV(B)49.19º46.25%94.12%-
XYZ65.4971.331.08-
YUV215.6179.13145.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 129 (50.78% from 255) = 21.90%
R=40.75%
G=37.35%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022012900.080.460.0649.1978.7272.35
HexF0DC81082E6314f48
Octal36033420101056661117110
Binary1111000011011100100000010100010111011011000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC81; }

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

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

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

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

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

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

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

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