Shades of Buff #F2DA86
Tints of Buff #F2DA86
RGB
CMYK
RGB Variations
Color information
#F2DA86 (or 0xF2DA86) is known color: Buff. HEX triplet: F2, DA and 86. RGB value is (242,218,134). Sum of RGB (Red+Green+Blue) = 242+218+134=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA86 is #0D2579. Grayscale: #D7D7D7. Windows color (decimal): -861562 or 8837874. OLE color: 8837874.
HSL color Cylindrical-coordinate representation of color #F2DA86: hue angle of 46.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2DA86 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 134 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.05 |
| HSL | 46.67º | 0.81% | 0.74% | - |
| HSV(B) | 46.67º | 0.45% | 0.95% | - |
| XYZ | 65.99 | 70.74 | 32.73 | - |
| YUV | 215.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 134 | 0 | 0.10 | 0.45 | 0.05 | 46.67 | 0.81 | 0.74 |
| Hex | F2 | DA | 86 | 0 | A | 2D | 5 | 2F | 51 | 4A |
| Octal | 362 | 332 | 206 | 0 | 12 | 55 | 5 | 57 | 121 | 112 |
| Binary | 11110010 | 11011010 | 10000110 | 0 | 1010 | 101101 | 101 | 101111 | 1010001 | 1001010 |
Color Harmonies of #F2DA86
Complementary color
Monochromatic Colors of #F2DA86
Black with #F2DA86
Text Example
Text Example
White with #F2DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA86; }
p { color: rgb(242,218,134); }
H1.HeaderClassName
{
color: #F2DA86;
}
.AnyTagClassName
{
color: #F2DA86;
}
</style>
background-color css
<style>
a { background-color: #F2DA86; }
a { background-color: rgb(242,218,134); }
div.DivClassName
{
background-color: #F2DA86;
}
.BgClassName
{
background-color: #F2DA86;
}
</style>
border-color css
<style>
span { border-color: #F2DA86; }
span { border-color: rgb(242,218,134); }
td.TdClassName
{
border-color: #F2DA86;
}
.TagClassName
{
border-color: #F2DA86;
}
</style>