Shades of Buff #F0D588
Tints of Buff #F0D588
RGB
CMYK
RGB Variations
Color information
#F0D588 (or 0xF0D588) is known color: Buff. HEX triplet: F0, D5 and 88. RGB value is (240,213,136). Sum of RGB (Red+Green+Blue) = 240+213+136=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D588 is #0F2A77. Grayscale: #D4D4D4. Windows color (decimal): -993912 or 8967664. OLE color: 8967664.
HSL color Cylindrical-coordinate representation of color #F0D588: hue angle of 44.42º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D588 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 136 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.06 |
| HSL | 44.42º | 0.78% | 0.74% | - |
| HSV(B) | 44.42º | 0.43% | 0.94% | - |
| XYZ | 64.17 | 67.89 | 33.01 | - |
| YUV | 212.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 136 | 0 | 0.11 | 0.43 | 0.06 | 44.42 | 0.78 | 0.74 |
| Hex | F0 | D5 | 88 | 0 | B | 2B | 6 | 2C | 4E | 4A |
| Octal | 360 | 325 | 210 | 0 | 13 | 53 | 6 | 54 | 116 | 112 |
| Binary | 11110000 | 11010101 | 10001000 | 0 | 1011 | 101011 | 110 | 101100 | 1001110 | 1001010 |
Color Harmonies of #F0D588
Complementary color
Monochromatic Colors of #F0D588
Black with #F0D588
Text Example
Text Example
White with #F0D588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D588; }
p { color: rgb(240,213,136); }
H1.HeaderClassName
{
color: #F0D588;
}
.AnyTagClassName
{
color: #F0D588;
}
</style>
background-color css
<style>
a { background-color: #F0D588; }
a { background-color: rgb(240,213,136); }
div.DivClassName
{
background-color: #F0D588;
}
.BgClassName
{
background-color: #F0D588;
}
</style>
border-color css
<style>
span { border-color: #F0D588; }
span { border-color: rgb(240,213,136); }
td.TdClassName
{
border-color: #F0D588;
}
.TagClassName
{
border-color: #F0D588;
}
</style>