Shades of Buff #F2DA81
Tints of Buff #F2DA81
RGB
CMYK
RGB Variations
Color information
#F2DA81 (or 0xF2DA81) is known color: Buff. HEX triplet: F2, DA and 81. RGB value is (242,218,129). Sum of RGB (Red+Green+Blue) = 242+218+129=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA81 is #0D257E. Grayscale: #D7D7D7. Windows color (decimal): -861567 or 8510194. OLE color: 8510194.
HSL color Cylindrical-coordinate representation of color #F2DA81: hue angle of 47.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2DA81 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 129 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.05 |
| HSL | 47.26º | 0.81% | 0.73% | - |
| HSV(B) | 47.26º | 0.47% | 0.95% | - |
| XYZ | 65.65 | 70.61 | 30.94 | - |
| YUV | 215.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 129 | 0 | 0.10 | 0.47 | 0.05 | 47.26 | 0.81 | 0.73 |
| Hex | F2 | DA | 81 | 0 | A | 2F | 5 | 2F | 51 | 49 |
| Octal | 362 | 332 | 201 | 0 | 12 | 57 | 5 | 57 | 121 | 111 |
| Binary | 11110010 | 11011010 | 10000001 | 0 | 1010 | 101111 | 101 | 101111 | 1010001 | 1001001 |
Color Harmonies of #F2DA81
Complementary color
Monochromatic Colors of #F2DA81
Black with #F2DA81
Text Example
Text Example
White with #F2DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA81; }
p { color: rgb(242,218,129); }
H1.HeaderClassName
{
color: #F2DA81;
}
.AnyTagClassName
{
color: #F2DA81;
}
</style>
background-color css
<style>
a { background-color: #F2DA81; }
a { background-color: rgb(242,218,129); }
div.DivClassName
{
background-color: #F2DA81;
}
.BgClassName
{
background-color: #F2DA81;
}
</style>
border-color css
<style>
span { border-color: #F2DA81; }
span { border-color: rgb(242,218,129); }
td.TdClassName
{
border-color: #F2DA81;
}
.TagClassName
{
border-color: #F2DA81;
}
</style>