Shades of Buff #F2DC89
Tints of Buff #F2DC89
RGB
CMYK
RGB Variations
Color information
#F2DC89 (or 0xF2DC89) is known color: 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
| RGB | 242 | 220 | 137 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.05 |
| HSL | 47.43º | 0.8% | 0.74% | - |
| HSV(B) | 47.43º | 0.43% | 0.95% | - |
| XYZ | 66.73 | 71.87 | 34.02 | - |
| YUV | 217.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 137 | 0 | 0.09 | 0.43 | 0.05 | 47.43 | 0.8 | 0.74 |
| Hex | F2 | DC | 89 | 0 | 9 | 2B | 5 | 2F | 50 | 4A |
| Octal | 362 | 334 | 211 | 0 | 11 | 53 | 5 | 57 | 120 | 112 |
| Binary | 11110010 | 11011100 | 10001001 | 0 | 1001 | 101011 | 101 | 101111 | 1010000 | 1001010 |
Color Harmonies of #F2DC89
Complementary color
Monochromatic Colors of #F2DC89
Black with #F2DC89
Text Example
Text Example
White with #F2DC89
Text Example
Text Example
HTML Codes & Css Web 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>