Shades of Buff #F2D781
Tints of Buff #F2D781
RGB
CMYK
RGB Variations
Color information
#F2D781 (or 0xF2D781) is known color: Buff. HEX triplet: F2, D7 and 81. RGB value is (242,215,129). Sum of RGB (Red+Green+Blue) = 242+215+129=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 129 (50.78% from 255 or 22.01% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D781 is #0D287E. Grayscale: #D5D5D5. Windows color (decimal): -862335 or 8509426. OLE color: 8509426.
HSL color Cylindrical-coordinate representation of color #F2D781: hue angle of 45.66º 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 #F2D781 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 129 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.05 |
| HSL | 45.66º | 0.81% | 0.73% | - |
| HSV(B) | 45.66º | 0.47% | 0.95% | - |
| XYZ | 64.88 | 69.06 | 30.68 | - |
| YUV | 213.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 129 | 0 | 0.11 | 0.47 | 0.05 | 45.66 | 0.81 | 0.73 |
| Hex | F2 | D7 | 81 | 0 | B | 2F | 5 | 2E | 51 | 49 |
| Octal | 362 | 327 | 201 | 0 | 13 | 57 | 5 | 56 | 121 | 111 |
| Binary | 11110010 | 11010111 | 10000001 | 0 | 1011 | 101111 | 101 | 101110 | 1010001 | 1001001 |
Color Harmonies of #F2D781
Complementary color
Monochromatic Colors of #F2D781
Black with #F2D781
Text Example
Text Example
White with #F2D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D781; }
p { color: rgb(242,215,129); }
H1.HeaderClassName
{
color: #F2D781;
}
.AnyTagClassName
{
color: #F2D781;
}
</style>
background-color css
<style>
a { background-color: #F2D781; }
a { background-color: rgb(242,215,129); }
div.DivClassName
{
background-color: #F2D781;
}
.BgClassName
{
background-color: #F2D781;
}
</style>
border-color css
<style>
span { border-color: #F2D781; }
span { border-color: rgb(242,215,129); }
td.TdClassName
{
border-color: #F2D781;
}
.TagClassName
{
border-color: #F2D781;
}
</style>