Shades of Buff #F2D788
Tints of Buff #F2D788
RGB
CMYK
RGB Variations
Color information
#F2D788 (or 0xF2D788) is known color: Buff. HEX triplet: F2, D7 and 88. RGB value is (242,215,136). Sum of RGB (Red+Green+Blue) = 242+215+136=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D788 is #0D2877. Grayscale: #D6D6D6. Windows color (decimal): -862328 or 8968178. OLE color: 8968178.
HSL color Cylindrical-coordinate representation of color #F2D788: hue angle of 44.72º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2D788 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 136 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.05 |
| HSL | 44.72º | 0.8% | 0.74% | - |
| HSV(B) | 44.72º | 0.44% | 0.95% | - |
| XYZ | 65.36 | 69.26 | 33.22 | - |
| YUV | 214.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 136 | 0 | 0.11 | 0.44 | 0.05 | 44.72 | 0.8 | 0.74 |
| Hex | F2 | D7 | 88 | 0 | B | 2C | 5 | 2D | 50 | 4A |
| Octal | 362 | 327 | 210 | 0 | 13 | 54 | 5 | 55 | 120 | 112 |
| Binary | 11110010 | 11010111 | 10001000 | 0 | 1011 | 101100 | 101 | 101101 | 1010000 | 1001010 |
Color Harmonies of #F2D788
Complementary color
Monochromatic Colors of #F2D788
Black with #F2D788
Text Example
Text Example
White with #F2D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D788; }
p { color: rgb(242,215,136); }
H1.HeaderClassName
{
color: #F2D788;
}
.AnyTagClassName
{
color: #F2D788;
}
</style>
background-color css
<style>
a { background-color: #F2D788; }
a { background-color: rgb(242,215,136); }
div.DivClassName
{
background-color: #F2D788;
}
.BgClassName
{
background-color: #F2D788;
}
</style>
border-color css
<style>
span { border-color: #F2D788; }
span { border-color: rgb(242,215,136); }
td.TdClassName
{
border-color: #F2D788;
}
.TagClassName
{
border-color: #F2D788;
}
</style>