Shades of Buff #F2DB79
Tints of Buff #F2DB79
RGB
CMYK
RGB Variations
Color information
#F2DB79 (or 0xF2DB79) is known color: Buff. HEX triplet: F2, DB and 79. RGB value is (242,219,121). Sum of RGB (Red+Green+Blue) = 242+219+121=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB79 is #0D2486. Grayscale: #D7D7D7. Windows color (decimal): -861319 or 7986162. OLE color: 7986162.
HSL color Cylindrical-coordinate representation of color #F2DB79: hue angle of 48.6º 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 #F2DB79 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 121 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.05 |
| HSL | 48.6º | 0.82% | 0.71% | - |
| HSV(B) | 48.6º | 0.5% | 0.95% | - |
| XYZ | 65.4 | 70.92 | 28.33 | - |
| YUV | 214.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 121 | 0 | 0.10 | 0.50 | 0.05 | 48.6 | 0.82 | 0.71 |
| Hex | F2 | DB | 79 | 0 | A | 32 | 5 | 31 | 52 | 47 |
| Octal | 362 | 333 | 171 | 0 | 12 | 62 | 5 | 61 | 122 | 107 |
| Binary | 11110010 | 11011011 | 1111001 | 0 | 1010 | 110010 | 101 | 110001 | 1010010 | 1000111 |
Color Harmonies of #F2DB79
Complementary color
Monochromatic Colors of #F2DB79
Black with #F2DB79
Text Example
Text Example
White with #F2DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB79; }
p { color: rgb(242,219,121); }
H1.HeaderClassName
{
color: #F2DB79;
}
.AnyTagClassName
{
color: #F2DB79;
}
</style>
background-color css
<style>
a { background-color: #F2DB79; }
a { background-color: rgb(242,219,121); }
div.DivClassName
{
background-color: #F2DB79;
}
.BgClassName
{
background-color: #F2DB79;
}
</style>
border-color css
<style>
span { border-color: #F2DB79; }
span { border-color: rgb(242,219,121); }
td.TdClassName
{
border-color: #F2DB79;
}
.TagClassName
{
border-color: #F2DB79;
}
</style>