Shades of Buff #F2D880
Tints of Buff #F2D880
RGB
CMYK
RGB Variations
Color information
#F2D880 (or 0xF2D880) is known color: Buff. HEX triplet: F2, D8 and 80. RGB value is (242,216,128). Sum of RGB (Red+Green+Blue) = 242+216+128=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D880 is #0D277F. Grayscale: #D6D6D6. Windows color (decimal): -862080 or 8444146. OLE color: 8444146.
HSL color Cylindrical-coordinate representation of color #F2D880: hue angle of 46.32º 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 #F2D880 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 128 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.05 |
| HSL | 46.32º | 0.81% | 0.73% | - |
| HSV(B) | 46.32º | 0.47% | 0.95% | - |
| XYZ | 65.07 | 69.55 | 30.42 | - |
| YUV | 213.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 128 | 0 | 0.11 | 0.47 | 0.05 | 46.32 | 0.81 | 0.73 |
| Hex | F2 | D8 | 80 | 0 | B | 2F | 5 | 2E | 51 | 49 |
| Octal | 362 | 330 | 200 | 0 | 13 | 57 | 5 | 56 | 121 | 111 |
| Binary | 11110010 | 11011000 | 10000000 | 0 | 1011 | 101111 | 101 | 101110 | 1010001 | 1001001 |
Color Harmonies of #F2D880
Complementary color
Monochromatic Colors of #F2D880
Black with #F2D880
Text Example
Text Example
White with #F2D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D880; }
p { color: rgb(242,216,128); }
H1.HeaderClassName
{
color: #F2D880;
}
.AnyTagClassName
{
color: #F2D880;
}
</style>
background-color css
<style>
a { background-color: #F2D880; }
a { background-color: rgb(242,216,128); }
div.DivClassName
{
background-color: #F2D880;
}
.BgClassName
{
background-color: #F2D880;
}
</style>
border-color css
<style>
span { border-color: #F2D880; }
span { border-color: rgb(242,216,128); }
td.TdClassName
{
border-color: #F2D880;
}
.TagClassName
{
border-color: #F2D880;
}
</style>