Shades of Buff #F2D978
Tints of Buff #F2D978
RGB
CMYK
RGB Variations
Color information
#F2D978 (or 0xF2D978) is known color: Buff. HEX triplet: F2, D9 and 78. RGB value is (242,217,120). Sum of RGB (Red+Green+Blue) = 242+217+120=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D978 is #0D2687. Grayscale: #D5D5D5. Windows color (decimal): -861832 or 7920114. OLE color: 7920114.
HSL color Cylindrical-coordinate representation of color #F2D978: hue angle of 47.7º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D978 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 120 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.05 |
| HSL | 47.7º | 0.82% | 0.71% | - |
| HSV(B) | 47.7º | 0.5% | 0.95% | - |
| XYZ | 64.82 | 69.86 | 27.84 | - |
| YUV | 213.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 120 | 0 | 0.10 | 0.50 | 0.05 | 47.7 | 0.82 | 0.71 |
| Hex | F2 | D9 | 78 | 0 | A | 32 | 5 | 30 | 52 | 47 |
| Octal | 362 | 331 | 170 | 0 | 12 | 62 | 5 | 60 | 122 | 107 |
| Binary | 11110010 | 11011001 | 1111000 | 0 | 1010 | 110010 | 101 | 110000 | 1010010 | 1000111 |
Color Harmonies of #F2D978
Complementary color
Monochromatic Colors of #F2D978
Black with #F2D978
Text Example
Text Example
White with #F2D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D978; }
p { color: rgb(242,217,120); }
H1.HeaderClassName
{
color: #F2D978;
}
.AnyTagClassName
{
color: #F2D978;
}
</style>
background-color css
<style>
a { background-color: #F2D978; }
a { background-color: rgb(242,217,120); }
div.DivClassName
{
background-color: #F2D978;
}
.BgClassName
{
background-color: #F2D978;
}
</style>
border-color css
<style>
span { border-color: #F2D978; }
span { border-color: rgb(242,217,120); }
td.TdClassName
{
border-color: #F2D978;
}
.TagClassName
{
border-color: #F2D978;
}
</style>