Shades of Buff #F2D98A
Tints of Buff #F2D98A
RGB
CMYK
RGB Variations
Color information
#F2D98A (or 0xF2D98A) is known color: Buff. HEX triplet: F2, D9 and 8A. RGB value is (242,217,138). Sum of RGB (Red+Green+Blue) = 242+217+138=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D98A is #0D2675. Grayscale: #D7D7D7. Windows color (decimal): -861814 or 9099762. OLE color: 9099762.
HSL color Cylindrical-coordinate representation of color #F2D98A: hue angle of 45.58º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2D98A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 138 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.05 |
| HSL | 45.58º | 0.8% | 0.75% | - |
| HSV(B) | 45.58º | 0.43% | 0.95% | - |
| XYZ | 66.02 | 70.34 | 34.14 | - |
| YUV | 215.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 138 | 0 | 0.10 | 0.43 | 0.05 | 45.58 | 0.8 | 0.75 |
| Hex | F2 | D9 | 8A | 0 | A | 2B | 5 | 2E | 50 | 4B |
| Octal | 362 | 331 | 212 | 0 | 12 | 53 | 5 | 56 | 120 | 113 |
| Binary | 11110010 | 11011001 | 10001010 | 0 | 1010 | 101011 | 101 | 101110 | 1010000 | 1001011 |
Color Harmonies of #F2D98A
Complementary color
Monochromatic Colors of #F2D98A
Black with #F2D98A
Text Example
Text Example
White with #F2D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D98A; }
p { color: rgb(242,217,138); }
H1.HeaderClassName
{
color: #F2D98A;
}
.AnyTagClassName
{
color: #F2D98A;
}
</style>
background-color css
<style>
a { background-color: #F2D98A; }
a { background-color: rgb(242,217,138); }
div.DivClassName
{
background-color: #F2D98A;
}
.BgClassName
{
background-color: #F2D98A;
}
</style>
border-color css
<style>
span { border-color: #F2D98A; }
span { border-color: rgb(242,217,138); }
td.TdClassName
{
border-color: #F2D98A;
}
.TagClassName
{
border-color: #F2D98A;
}
</style>