Shades of Buff #F2DA89
Tints of Buff #F2DA89
RGB
CMYK
RGB Variations
Color information
#F2DA89 (or 0xF2DA89) is known color: Buff. HEX triplet: F2, DA and 89. RGB value is (242,218,137). Sum of RGB (Red+Green+Blue) = 242+218+137=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA89 is #0D2576. Grayscale: #D8D8D8. Windows color (decimal): -861559 or 9034482. OLE color: 9034482.
HSL color Cylindrical-coordinate representation of color #F2DA89: hue angle of 46.29º 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 #F2DA89 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 137 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.05 |
| HSL | 46.29º | 0.8% | 0.74% | - |
| HSV(B) | 46.29º | 0.43% | 0.95% | - |
| XYZ | 66.2 | 70.83 | 33.85 | - |
| YUV | 215.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 137 | 0 | 0.10 | 0.43 | 0.05 | 46.29 | 0.8 | 0.74 |
| Hex | F2 | DA | 89 | 0 | A | 2B | 5 | 2E | 50 | 4A |
| Octal | 362 | 332 | 211 | 0 | 12 | 53 | 5 | 56 | 120 | 112 |
| Binary | 11110010 | 11011010 | 10001001 | 0 | 1010 | 101011 | 101 | 101110 | 1010000 | 1001010 |
Color Harmonies of #F2DA89
Complementary color
Monochromatic Colors of #F2DA89
Black with #F2DA89
Text Example
Text Example
White with #F2DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA89; }
p { color: rgb(242,218,137); }
H1.HeaderClassName
{
color: #F2DA89;
}
.AnyTagClassName
{
color: #F2DA89;
}
</style>
background-color css
<style>
a { background-color: #F2DA89; }
a { background-color: rgb(242,218,137); }
div.DivClassName
{
background-color: #F2DA89;
}
.BgClassName
{
background-color: #F2DA89;
}
</style>
border-color css
<style>
span { border-color: #F2DA89; }
span { border-color: rgb(242,218,137); }
td.TdClassName
{
border-color: #F2DA89;
}
.TagClassName
{
border-color: #F2DA89;
}
</style>