Shades of Buff #F0DA7F
Tints of Buff #F0DA7F
RGB
CMYK
RGB Variations
Color information
#F0DA7F (or 0xF0DA7F) is known color: Buff. HEX triplet: F0, DA and 7F. RGB value is (240,218,127). Sum of RGB (Red+Green+Blue) = 240+218+127=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA7F is #0F2580. Grayscale: #D6D6D6. Windows color (decimal): -992641 or 8379120. OLE color: 8379120.
HSL color Cylindrical-coordinate representation of color #F0DA7F: hue angle of 48.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0DA7F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 127 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.06 |
| HSL | 48.32º | 0.79% | 0.72% | - |
| HSV(B) | 48.32º | 0.47% | 0.94% | - |
| XYZ | 64.84 | 70.2 | 30.21 | - |
| YUV | 214.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 127 | 0 | 0.09 | 0.47 | 0.06 | 48.32 | 0.79 | 0.72 |
| Hex | F0 | DA | 7F | 0 | 9 | 2F | 6 | 30 | 4F | 48 |
| Octal | 360 | 332 | 177 | 0 | 11 | 57 | 6 | 60 | 117 | 110 |
| Binary | 11110000 | 11011010 | 1111111 | 0 | 1001 | 101111 | 110 | 110000 | 1001111 | 1001000 |
Color Harmonies of #F0DA7F
Complementary color
Monochromatic Colors of #F0DA7F
Black with #F0DA7F
Text Example
Text Example
White with #F0DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA7F; }
p { color: rgb(240,218,127); }
H1.HeaderClassName
{
color: #F0DA7F;
}
.AnyTagClassName
{
color: #F0DA7F;
}
</style>
background-color css
<style>
a { background-color: #F0DA7F; }
a { background-color: rgb(240,218,127); }
div.DivClassName
{
background-color: #F0DA7F;
}
.BgClassName
{
background-color: #F0DA7F;
}
</style>
border-color css
<style>
span { border-color: #F0DA7F; }
span { border-color: rgb(240,218,127); }
td.TdClassName
{
border-color: #F0DA7F;
}
.TagClassName
{
border-color: #F0DA7F;
}
</style>