Shades of Buff #F0D584
Tints of Buff #F0D584
RGB
CMYK
RGB Variations
Color information
#F0D584 (or 0xF0D584) is known color: Buff. HEX triplet: F0, D5 and 84. RGB value is (240,213,132). Sum of RGB (Red+Green+Blue) = 240+213+132=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D584 is #0F2A7B. Grayscale: #D4D4D4. Windows color (decimal): -993916 or 8705520. OLE color: 8705520.
HSL color Cylindrical-coordinate representation of color #F0D584: hue angle of 45º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0D584 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 132 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.06 |
| HSL | 45º | 0.78% | 0.73% | - |
| HSV(B) | 45º | 0.45% | 0.94% | - |
| XYZ | 63.89 | 67.78 | 31.55 | - |
| YUV | 211.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 132 | 0 | 0.11 | 0.45 | 0.06 | 45 | 0.78 | 0.73 |
| Hex | F0 | D5 | 84 | 0 | B | 2D | 6 | 2D | 4E | 49 |
| Octal | 360 | 325 | 204 | 0 | 13 | 55 | 6 | 55 | 116 | 111 |
| Binary | 11110000 | 11010101 | 10000100 | 0 | 1011 | 101101 | 110 | 101101 | 1001110 | 1001001 |
Color Harmonies of #F0D584
Complementary color
Monochromatic Colors of #F0D584
Black with #F0D584
Text Example
Text Example
White with #F0D584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D584; }
p { color: rgb(240,213,132); }
H1.HeaderClassName
{
color: #F0D584;
}
.AnyTagClassName
{
color: #F0D584;
}
</style>
background-color css
<style>
a { background-color: #F0D584; }
a { background-color: rgb(240,213,132); }
div.DivClassName
{
background-color: #F0D584;
}
.BgClassName
{
background-color: #F0D584;
}
</style>
border-color css
<style>
span { border-color: #F0D584; }
span { border-color: rgb(240,213,132); }
td.TdClassName
{
border-color: #F0D584;
}
.TagClassName
{
border-color: #F0D584;
}
</style>