Shades of Buff #F0D77D
Tints of Buff #F0D77D
RGB
CMYK
RGB Variations
Color information
#F0D77D (or 0xF0D77D) is known color: Buff. HEX triplet: F0, D7 and 7D. RGB value is (240,215,125). Sum of RGB (Red+Green+Blue) = 240+215+125=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D77D is #0F2882. Grayscale: #D4D4D4. Windows color (decimal): -993411 or 8247280. OLE color: 8247280.
HSL color Cylindrical-coordinate representation of color #F0D77D: hue angle of 46.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D77D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 125 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.06 |
| HSL | 46.96º | 0.79% | 0.72% | - |
| HSV(B) | 46.96º | 0.48% | 0.94% | - |
| XYZ | 63.94 | 68.61 | 29.27 | - |
| YUV | 212.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 125 | 0 | 0.10 | 0.48 | 0.06 | 46.96 | 0.79 | 0.72 |
| Hex | F0 | D7 | 7D | 0 | A | 30 | 6 | 2F | 4F | 48 |
| Octal | 360 | 327 | 175 | 0 | 12 | 60 | 6 | 57 | 117 | 110 |
| Binary | 11110000 | 11010111 | 1111101 | 0 | 1010 | 110000 | 110 | 101111 | 1001111 | 1001000 |
Color Harmonies of #F0D77D
Complementary color
Monochromatic Colors of #F0D77D
Black with #F0D77D
Text Example
Text Example
White with #F0D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D77D; }
p { color: rgb(240,215,125); }
H1.HeaderClassName
{
color: #F0D77D;
}
.AnyTagClassName
{
color: #F0D77D;
}
</style>
background-color css
<style>
a { background-color: #F0D77D; }
a { background-color: rgb(240,215,125); }
div.DivClassName
{
background-color: #F0D77D;
}
.BgClassName
{
background-color: #F0D77D;
}
</style>
border-color css
<style>
span { border-color: #F0D77D; }
span { border-color: rgb(240,215,125); }
td.TdClassName
{
border-color: #F0D77D;
}
.TagClassName
{
border-color: #F0D77D;
}
</style>