#F2DC89

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

Shades of Buff #F2DC89

Tints of Buff #F2DC89

Color information

#F2DC89 (or 0xF2DC89) is unknown color: approx Buff. HEX triplet: F2, DC and 89. RGB value is (242,220,137). Sum of RGB (Red+Green+Blue) = 242+220+137=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 137 (53.91% from 255 or 22.87% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC89 is #0D2376. Grayscale: #D9D9D9. Windows color (decimal): -861047 or 9034994. OLE color: 9034994.

HSL color Cylindrical-coordinate representation of color #F2DC89: hue angle of 47.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2DC89 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242220137-
CMYK00.090.430.05
HSL47.43º80.15%74.31%-
HSV(B)47.43º43.39%94.9%-
XYZ66.7371.8734.02-
YUV217.1282.79145.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 137 (53.91% from 255) = 22.87%
R=40.40%
G=36.73%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222013700.090.430.0547.4380.1574.31
HexF2DC89092B52f504a
Octal36233421101153557120112
Binary1111001011011100100010010100110101110110111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC89; }

 p { color: rgb(242,220,137); }

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

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

 a { background-color: rgb(242,220,137); }

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

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

 span { border-color: rgb(242,220,137); }

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