Shades of Buff #F9DE88
Tints of Buff #F9DE88
RGB
CMYK
RGB Variations
Color information
#F9DE88 (or 0xF9DE88) is known color: Buff. HEX triplet: F9, DE and 88. RGB value is (249,222,136). Sum of RGB (Red+Green+Blue) = 249+222+136=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE88 is #062177. Grayscale: #DCDCDC. Windows color (decimal): -401784 or 8969977. OLE color: 8969977.
HSL color Cylindrical-coordinate representation of color #F9DE88: hue angle of 45.66º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9DE88 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 136 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.02 |
| HSL | 45.66º | 0.9% | 0.75% | - |
| HSV(B) | 45.66º | 0.45% | 0.98% | - |
| XYZ | 69.63 | 74.16 | 33.94 | - |
| YUV | 220.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 136 | 0 | 0.11 | 0.45 | 0.02 | 45.66 | 0.9 | 0.75 |
| Hex | F9 | DE | 88 | 0 | B | 2D | 2 | 2E | 5A | 4B |
| Octal | 371 | 336 | 210 | 0 | 13 | 55 | 2 | 56 | 132 | 113 |
| Binary | 11111001 | 11011110 | 10001000 | 0 | 1011 | 101101 | 10 | 101110 | 1011010 | 1001011 |
Color Harmonies of #F9DE88
Complementary color
Monochromatic Colors of #F9DE88
Black with #F9DE88
Text Example
Text Example
White with #F9DE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DE88; }
p { color: rgb(249,222,136); }
H1.HeaderClassName
{
color: #F9DE88;
}
.AnyTagClassName
{
color: #F9DE88;
}
</style>
background-color css
<style>
a { background-color: #F9DE88; }
a { background-color: rgb(249,222,136); }
div.DivClassName
{
background-color: #F9DE88;
}
.BgClassName
{
background-color: #F9DE88;
}
</style>
border-color css
<style>
span { border-color: #F9DE88; }
span { border-color: rgb(249,222,136); }
td.TdClassName
{
border-color: #F9DE88;
}
.TagClassName
{
border-color: #F9DE88;
}
</style>