Shades of Buff #F0D777
Tints of Buff #F0D777
RGB
CMYK
RGB Variations
Color information
#F0D777 (or 0xF0D777) is known color: Buff. HEX triplet: F0, D7 and 77. RGB value is (240,215,119). Sum of RGB (Red+Green+Blue) = 240+215+119=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D777 is #0F2888. Grayscale: #D3D3D3. Windows color (decimal): -993417 or 7854064. OLE color: 7854064.
HSL color Cylindrical-coordinate representation of color #F0D777: hue angle of 47.6º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D777 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 119 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.06 |
| HSL | 47.6º | 0.8% | 0.7% | - |
| HSV(B) | 47.6º | 0.5% | 0.94% | - |
| XYZ | 63.57 | 68.46 | 27.32 | - |
| YUV | 211.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 119 | 0 | 0.10 | 0.50 | 0.06 | 47.6 | 0.8 | 0.7 |
| Hex | F0 | D7 | 77 | 0 | A | 32 | 6 | 30 | 50 | 46 |
| Octal | 360 | 327 | 167 | 0 | 12 | 62 | 6 | 60 | 120 | 106 |
| Binary | 11110000 | 11010111 | 1110111 | 0 | 1010 | 110010 | 110 | 110000 | 1010000 | 1000110 |
Color Harmonies of #F0D777
Complementary color
Monochromatic Colors of #F0D777
Black with #F0D777
Text Example
Text Example
White with #F0D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D777; }
p { color: rgb(240,215,119); }
H1.HeaderClassName
{
color: #F0D777;
}
.AnyTagClassName
{
color: #F0D777;
}
</style>
background-color css
<style>
a { background-color: #F0D777; }
a { background-color: rgb(240,215,119); }
div.DivClassName
{
background-color: #F0D777;
}
.BgClassName
{
background-color: #F0D777;
}
</style>
border-color css
<style>
span { border-color: #F0D777; }
span { border-color: rgb(240,215,119); }
td.TdClassName
{
border-color: #F0D777;
}
.TagClassName
{
border-color: #F0D777;
}
</style>