Shades of Buff #F0D57F
Tints of Buff #F0D57F
RGB
CMYK
RGB Variations
Color information
#F0D57F (or 0xF0D57F) is known color: Buff. HEX triplet: F0, D5 and 7F. RGB value is (240,213,127). Sum of RGB (Red+Green+Blue) = 240+213+127=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D57F is #0F2A80. Grayscale: #D3D3D3. Windows color (decimal): -993921 or 8377840. OLE color: 8377840.
HSL color Cylindrical-coordinate representation of color #F0D57F: hue angle of 45.66º 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 #F0D57F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 127 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.06 |
| HSL | 45.66º | 0.79% | 0.72% | - |
| HSV(B) | 45.66º | 0.47% | 0.94% | - |
| XYZ | 63.56 | 67.65 | 29.79 | - |
| YUV | 211.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 127 | 0 | 0.11 | 0.47 | 0.06 | 45.66 | 0.79 | 0.72 |
| Hex | F0 | D5 | 7F | 0 | B | 2F | 6 | 2E | 4F | 48 |
| Octal | 360 | 325 | 177 | 0 | 13 | 57 | 6 | 56 | 117 | 110 |
| Binary | 11110000 | 11010101 | 1111111 | 0 | 1011 | 101111 | 110 | 101110 | 1001111 | 1001000 |
Color Harmonies of #F0D57F
Complementary color
Monochromatic Colors of #F0D57F
Black with #F0D57F
Text Example
Text Example
White with #F0D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D57F; }
p { color: rgb(240,213,127); }
H1.HeaderClassName
{
color: #F0D57F;
}
.AnyTagClassName
{
color: #F0D57F;
}
</style>
background-color css
<style>
a { background-color: #F0D57F; }
a { background-color: rgb(240,213,127); }
div.DivClassName
{
background-color: #F0D57F;
}
.BgClassName
{
background-color: #F0D57F;
}
</style>
border-color css
<style>
span { border-color: #F0D57F; }
span { border-color: rgb(240,213,127); }
td.TdClassName
{
border-color: #F0D57F;
}
.TagClassName
{
border-color: #F0D57F;
}
</style>