Shades of Buff #F2D881
Tints of Buff #F2D881
RGB
CMYK
RGB Variations
Color information
#F2D881 (or 0xF2D881) is known color: Buff. HEX triplet: F2, D8 and 81. RGB value is (242,216,129). Sum of RGB (Red+Green+Blue) = 242+216+129=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D881 is #0D277E. Grayscale: #D6D6D6. Windows color (decimal): -862079 or 8509682. OLE color: 8509682.
HSL color Cylindrical-coordinate representation of color #F2D881: hue angle of 46.19º 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 #F2D881 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 129 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.05 |
| HSL | 46.19º | 0.81% | 0.73% | - |
| HSV(B) | 46.19º | 0.47% | 0.95% | - |
| XYZ | 65.14 | 69.57 | 30.76 | - |
| YUV | 213.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 129 | 0 | 0.11 | 0.47 | 0.05 | 46.19 | 0.81 | 0.73 |
| Hex | F2 | D8 | 81 | 0 | B | 2F | 5 | 2E | 51 | 49 |
| Octal | 362 | 330 | 201 | 0 | 13 | 57 | 5 | 56 | 121 | 111 |
| Binary | 11110010 | 11011000 | 10000001 | 0 | 1011 | 101111 | 101 | 101110 | 1010001 | 1001001 |
Color Harmonies of #F2D881
Complementary color
Monochromatic Colors of #F2D881
Black with #F2D881
Text Example
Text Example
White with #F2D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D881; }
p { color: rgb(242,216,129); }
H1.HeaderClassName
{
color: #F2D881;
}
.AnyTagClassName
{
color: #F2D881;
}
</style>
background-color css
<style>
a { background-color: #F2D881; }
a { background-color: rgb(242,216,129); }
div.DivClassName
{
background-color: #F2D881;
}
.BgClassName
{
background-color: #F2D881;
}
</style>
border-color css
<style>
span { border-color: #F2D881; }
span { border-color: rgb(242,216,129); }
td.TdClassName
{
border-color: #F2D881;
}
.TagClassName
{
border-color: #F2D881;
}
</style>