Shades of Buff #F2DA7E
Tints of Buff #F2DA7E
RGB
CMYK
RGB Variations
Color information
#F2DA7E (or 0xF2DA7E) is known color: Buff. HEX triplet: F2, DA and 7E. RGB value is (242,218,126). Sum of RGB (Red+Green+Blue) = 242+218+126=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA7E is #0D2581. Grayscale: #D7D7D7. Windows color (decimal): -861570 or 8313586. OLE color: 8313586.
HSL color Cylindrical-coordinate representation of color #F2DA7E: hue angle of 47.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2DA7E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 126 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.05 |
| HSL | 47.59º | 0.82% | 0.72% | - |
| HSV(B) | 47.59º | 0.48% | 0.95% | - |
| XYZ | 65.46 | 70.53 | 29.9 | - |
| YUV | 214.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 126 | 0 | 0.10 | 0.48 | 0.05 | 47.59 | 0.82 | 0.72 |
| Hex | F2 | DA | 7E | 0 | A | 30 | 5 | 30 | 52 | 48 |
| Octal | 362 | 332 | 176 | 0 | 12 | 60 | 5 | 60 | 122 | 110 |
| Binary | 11110010 | 11011010 | 1111110 | 0 | 1010 | 110000 | 101 | 110000 | 1010010 | 1001000 |
Color Harmonies of #F2DA7E
Complementary color
Monochromatic Colors of #F2DA7E
Black with #F2DA7E
Text Example
Text Example
White with #F2DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA7E; }
p { color: rgb(242,218,126); }
H1.HeaderClassName
{
color: #F2DA7E;
}
.AnyTagClassName
{
color: #F2DA7E;
}
</style>
background-color css
<style>
a { background-color: #F2DA7E; }
a { background-color: rgb(242,218,126); }
div.DivClassName
{
background-color: #F2DA7E;
}
.BgClassName
{
background-color: #F2DA7E;
}
</style>
border-color css
<style>
span { border-color: #F2DA7E; }
span { border-color: rgb(242,218,126); }
td.TdClassName
{
border-color: #F2DA7E;
}
.TagClassName
{
border-color: #F2DA7E;
}
</style>