Shades of Buff #F0DA7D
Tints of Buff #F0DA7D
RGB
CMYK
RGB Variations
Color information
#F0DA7D (or 0xF0DA7D) is known color: Buff. HEX triplet: F0, DA and 7D. RGB value is (240,218,125). Sum of RGB (Red+Green+Blue) = 240+218+125=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA7D is #0F2582. Grayscale: #D6D6D6. Windows color (decimal): -992643 or 8248048. OLE color: 8248048.
HSL color Cylindrical-coordinate representation of color #F0DA7D: hue angle of 48.52º 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 #F0DA7D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 125 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.06 |
| HSL | 48.52º | 0.79% | 0.72% | - |
| HSV(B) | 48.52º | 0.48% | 0.94% | - |
| XYZ | 64.71 | 70.15 | 29.53 | - |
| YUV | 213.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 125 | 0 | 0.09 | 0.48 | 0.06 | 48.52 | 0.79 | 0.72 |
| Hex | F0 | DA | 7D | 0 | 9 | 30 | 6 | 31 | 4F | 48 |
| Octal | 360 | 332 | 175 | 0 | 11 | 60 | 6 | 61 | 117 | 110 |
| Binary | 11110000 | 11011010 | 1111101 | 0 | 1001 | 110000 | 110 | 110001 | 1001111 | 1001000 |
Color Harmonies of #F0DA7D
Complementary color
Monochromatic Colors of #F0DA7D
Black with #F0DA7D
Text Example
Text Example
White with #F0DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA7D; }
p { color: rgb(240,218,125); }
H1.HeaderClassName
{
color: #F0DA7D;
}
.AnyTagClassName
{
color: #F0DA7D;
}
</style>
background-color css
<style>
a { background-color: #F0DA7D; }
a { background-color: rgb(240,218,125); }
div.DivClassName
{
background-color: #F0DA7D;
}
.BgClassName
{
background-color: #F0DA7D;
}
</style>
border-color css
<style>
span { border-color: #F0DA7D; }
span { border-color: rgb(240,218,125); }
td.TdClassName
{
border-color: #F0DA7D;
}
.TagClassName
{
border-color: #F0DA7D;
}
</style>