Shades of Buff #F0D58E
Tints of Buff #F0D58E
RGB
CMYK
RGB Variations
Color information
#F0D58E (or 0xF0D58E) is known color: Buff. HEX triplet: F0, D5 and 8E. RGB value is (240,213,142). Sum of RGB (Red+Green+Blue) = 240+213+142=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D58E is #0F2A71. Grayscale: #D5D5D5. Windows color (decimal): -993906 or 9360880. OLE color: 9360880.
HSL color Cylindrical-coordinate representation of color #F0D58E: hue angle of 43.47º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0D58E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 142 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.06 |
| HSL | 43.47º | 0.77% | 0.75% | - |
| HSV(B) | 43.47º | 0.41% | 0.94% | - |
| XYZ | 64.61 | 68.07 | 35.32 | - |
| YUV | 212.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 142 | 0 | 0.11 | 0.41 | 0.06 | 43.47 | 0.77 | 0.75 |
| Hex | F0 | D5 | 8E | 0 | B | 29 | 6 | 2B | 4D | 4B |
| Octal | 360 | 325 | 216 | 0 | 13 | 51 | 6 | 53 | 115 | 113 |
| Binary | 11110000 | 11010101 | 10001110 | 0 | 1011 | 101001 | 110 | 101011 | 1001101 | 1001011 |
Color Harmonies of #F0D58E
Complementary color
Monochromatic Colors of #F0D58E
Black with #F0D58E
Text Example
Text Example
White with #F0D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D58E; }
p { color: rgb(240,213,142); }
H1.HeaderClassName
{
color: #F0D58E;
}
.AnyTagClassName
{
color: #F0D58E;
}
</style>
background-color css
<style>
a { background-color: #F0D58E; }
a { background-color: rgb(240,213,142); }
div.DivClassName
{
background-color: #F0D58E;
}
.BgClassName
{
background-color: #F0D58E;
}
</style>
border-color css
<style>
span { border-color: #F0D58E; }
span { border-color: rgb(240,213,142); }
td.TdClassName
{
border-color: #F0D58E;
}
.TagClassName
{
border-color: #F0D58E;
}
</style>