#F2DA81

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

Shades of Buff #F2DA81

Tints of Buff #F2DA81

Color information

#F2DA81 (or 0xF2DA81) is unknown color: approx Buff. HEX triplet: F2, DA and 81. RGB value is (242,218,129). Sum of RGB (Red+Green+Blue) = 242+218+129=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA81 is #0D257E. Grayscale: #D7D7D7. Windows color (decimal): -861567 or 8510194. OLE color: 8510194.

HSL color Cylindrical-coordinate representation of color #F2DA81: hue angle of 47.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2DA81 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242218129-
CMYK00.100.470.05
HSL47.26º81.29%72.75%-
HSV(B)47.26º46.69%94.9%-
XYZ65.6570.6130.94-
YUV215.0379.45147.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 129 (50.78% from 255) = 21.90%
R=41.09%
G=37.01%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221812900.100.470.0547.2681.2972.75
HexF2DA810A2F52f5149
Octal36233220101257557121111
Binary1111001011011010100000010101010111110110111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA81; }

 p { color: rgb(242,218,129); }

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

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

 a { background-color: rgb(242,218,129); }

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

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

 span { border-color: rgb(242,218,129); }

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