Shades of Buff #F2DA83
Tints of Buff #F2DA83
RGB
CMYK
RGB Variations
Color information
#F2DA83 (or 0xF2DA83) is known color: Buff. HEX triplet: F2, DA and 83. RGB value is (242,218,131). Sum of RGB (Red+Green+Blue) = 242+218+131=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA83 is #0D257C. Grayscale: #D7D7D7. Windows color (decimal): -861565 or 8641266. OLE color: 8641266.
HSL color Cylindrical-coordinate representation of color #F2DA83: hue angle of 47.03º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2DA83 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 131 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.05 |
| HSL | 47.03º | 0.81% | 0.73% | - |
| HSV(B) | 47.03º | 0.46% | 0.95% | - |
| XYZ | 65.79 | 70.66 | 31.64 | - |
| YUV | 215.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 131 | 0 | 0.10 | 0.46 | 0.05 | 47.03 | 0.81 | 0.73 |
| Hex | F2 | DA | 83 | 0 | A | 2E | 5 | 2F | 51 | 49 |
| Octal | 362 | 332 | 203 | 0 | 12 | 56 | 5 | 57 | 121 | 111 |
| Binary | 11110010 | 11011010 | 10000011 | 0 | 1010 | 101110 | 101 | 101111 | 1010001 | 1001001 |
Color Harmonies of #F2DA83
Complementary color
Monochromatic Colors of #F2DA83
Black with #F2DA83
Text Example
Text Example
White with #F2DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA83; }
p { color: rgb(242,218,131); }
H1.HeaderClassName
{
color: #F2DA83;
}
.AnyTagClassName
{
color: #F2DA83;
}
</style>
background-color css
<style>
a { background-color: #F2DA83; }
a { background-color: rgb(242,218,131); }
div.DivClassName
{
background-color: #F2DA83;
}
.BgClassName
{
background-color: #F2DA83;
}
</style>
border-color css
<style>
span { border-color: #F2DA83; }
span { border-color: rgb(242,218,131); }
td.TdClassName
{
border-color: #F2DA83;
}
.TagClassName
{
border-color: #F2DA83;
}
</style>