Shades of Buff #F0D77B
Tints of Buff #F0D77B
RGB
CMYK
RGB Variations
Color information
#F0D77B (or 0xF0D77B) is known color: Buff. HEX triplet: F0, D7 and 7B. RGB value is (240,215,123). Sum of RGB (Red+Green+Blue) = 240+215+123=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D77B is #0F2884. Grayscale: #D4D4D4. Windows color (decimal): -993413 or 8116208. OLE color: 8116208.
HSL color Cylindrical-coordinate representation of color #F0D77B: hue angle of 47.18º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0D77B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 123 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.06 |
| HSL | 47.18º | 0.8% | 0.71% | - |
| HSV(B) | 47.18º | 0.49% | 0.94% | - |
| XYZ | 63.81 | 68.56 | 28.61 | - |
| YUV | 211.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 123 | 0 | 0.10 | 0.49 | 0.06 | 47.18 | 0.8 | 0.71 |
| Hex | F0 | D7 | 7B | 0 | A | 31 | 6 | 2F | 50 | 47 |
| Octal | 360 | 327 | 173 | 0 | 12 | 61 | 6 | 57 | 120 | 107 |
| Binary | 11110000 | 11010111 | 1111011 | 0 | 1010 | 110001 | 110 | 101111 | 1010000 | 1000111 |
Color Harmonies of #F0D77B
Complementary color
Monochromatic Colors of #F0D77B
Black with #F0D77B
Text Example
Text Example
White with #F0D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D77B; }
p { color: rgb(240,215,123); }
H1.HeaderClassName
{
color: #F0D77B;
}
.AnyTagClassName
{
color: #F0D77B;
}
</style>
background-color css
<style>
a { background-color: #F0D77B; }
a { background-color: rgb(240,215,123); }
div.DivClassName
{
background-color: #F0D77B;
}
.BgClassName
{
background-color: #F0D77B;
}
</style>
border-color css
<style>
span { border-color: #F0D77B; }
span { border-color: rgb(240,215,123); }
td.TdClassName
{
border-color: #F0D77B;
}
.TagClassName
{
border-color: #F0D77B;
}
</style>