Shades of Buff #F6E084
Tints of Buff #F6E084
RGB
CMYK
RGB Variations
Color information
#F6E084 (or 0xF6E084) is known color: Buff. HEX triplet: F6, E0 and 84. RGB value is (246,224,132). Sum of RGB (Red+Green+Blue) = 246+224+132=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E084 is #091F7B. Grayscale: #DCDCDC. Windows color (decimal): -597884 or 8708342. OLE color: 8708342.
HSL color Cylindrical-coordinate representation of color #F6E084: hue angle of 48.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6E084 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 132 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.04 |
| HSL | 48.42º | 0.86% | 0.74% | - |
| HSV(B) | 48.42º | 0.46% | 0.96% | - |
| XYZ | 68.83 | 74.57 | 32.6 | - |
| YUV | 220.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 132 | 0 | 0.09 | 0.46 | 0.04 | 48.42 | 0.86 | 0.74 |
| Hex | F6 | E0 | 84 | 0 | 9 | 2E | 4 | 30 | 56 | 4A |
| Octal | 366 | 340 | 204 | 0 | 11 | 56 | 4 | 60 | 126 | 112 |
| Binary | 11110110 | 11100000 | 10000100 | 0 | 1001 | 101110 | 100 | 110000 | 1010110 | 1001010 |
Color Harmonies of #F6E084
Complementary color
Monochromatic Colors of #F6E084
Black with #F6E084
Text Example
Text Example
White with #F6E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E084; }
p { color: rgb(246,224,132); }
H1.HeaderClassName
{
color: #F6E084;
}
.AnyTagClassName
{
color: #F6E084;
}
</style>
background-color css
<style>
a { background-color: #F6E084; }
a { background-color: rgb(246,224,132); }
div.DivClassName
{
background-color: #F6E084;
}
.BgClassName
{
background-color: #F6E084;
}
</style>
border-color css
<style>
span { border-color: #F6E084; }
span { border-color: rgb(246,224,132); }
td.TdClassName
{
border-color: #F6E084;
}
.TagClassName
{
border-color: #F6E084;
}
</style>