Shades of Buff #F0DC78
Tints of Buff #F0DC78
RGB
CMYK
RGB Variations
Color information
#F0DC78 (or 0xF0DC78) is known color: Buff. HEX triplet: F0, DC and 78. RGB value is (240,220,120). Sum of RGB (Red+Green+Blue) = 240+220+120=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC78 is #0F2387. Grayscale: #D6D6D6. Windows color (decimal): -992136 or 7920880. OLE color: 7920880.
HSL color Cylindrical-coordinate representation of color #F0DC78: hue angle of 50º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0DC78 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 120 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.06 |
| HSL | 50º | 0.8% | 0.71% | - |
| HSV(B) | 50º | 0.5% | 0.94% | - |
| XYZ | 64.92 | 71.07 | 28.07 | - |
| YUV | 214.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 120 | 0 | 0.08 | 0.5 | 0.06 | 50 | 0.8 | 0.71 |
| Hex | F0 | DC | 78 | 0 | 8 | 32 | 6 | 32 | 50 | 47 |
| Octal | 360 | 334 | 170 | 0 | 10 | 62 | 6 | 62 | 120 | 107 |
| Binary | 11110000 | 11011100 | 1111000 | 0 | 1000 | 110010 | 110 | 110010 | 1010000 | 1000111 |
Color Harmonies of #F0DC78
Complementary color
Monochromatic Colors of #F0DC78
Black with #F0DC78
Text Example
Text Example
White with #F0DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC78; }
p { color: rgb(240,220,120); }
H1.HeaderClassName
{
color: #F0DC78;
}
.AnyTagClassName
{
color: #F0DC78;
}
</style>
background-color css
<style>
a { background-color: #F0DC78; }
a { background-color: rgb(240,220,120); }
div.DivClassName
{
background-color: #F0DC78;
}
.BgClassName
{
background-color: #F0DC78;
}
</style>
border-color css
<style>
span { border-color: #F0DC78; }
span { border-color: rgb(240,220,120); }
td.TdClassName
{
border-color: #F0DC78;
}
.TagClassName
{
border-color: #F0DC78;
}
</style>