Shades of Buff #F6E082
Tints of Buff #F6E082
RGB
CMYK
RGB Variations
Color information
#F6E082 (or 0xF6E082) is known color: Buff. HEX triplet: F6, E0 and 82. RGB value is (246,224,130). Sum of RGB (Red+Green+Blue) = 246+224+130=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E082 is #091F7D. Grayscale: #DCDCDC. Windows color (decimal): -597886 or 8577270. OLE color: 8577270.
HSL color Cylindrical-coordinate representation of color #F6E082: hue angle of 48.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6E082 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 130 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.04 |
| HSL | 48.62º | 0.87% | 0.74% | - |
| HSV(B) | 48.62º | 0.47% | 0.96% | - |
| XYZ | 68.69 | 74.52 | 31.88 | - |
| YUV | 219.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 130 | 0 | 0.09 | 0.47 | 0.04 | 48.62 | 0.87 | 0.74 |
| Hex | F6 | E0 | 82 | 0 | 9 | 2F | 4 | 31 | 57 | 4A |
| Octal | 366 | 340 | 202 | 0 | 11 | 57 | 4 | 61 | 127 | 112 |
| Binary | 11110110 | 11100000 | 10000010 | 0 | 1001 | 101111 | 100 | 110001 | 1010111 | 1001010 |
Color Harmonies of #F6E082
Complementary color
Monochromatic Colors of #F6E082
Black with #F6E082
Text Example
Text Example
White with #F6E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E082; }
p { color: rgb(246,224,130); }
H1.HeaderClassName
{
color: #F6E082;
}
.AnyTagClassName
{
color: #F6E082;
}
</style>
background-color css
<style>
a { background-color: #F6E082; }
a { background-color: rgb(246,224,130); }
div.DivClassName
{
background-color: #F6E082;
}
.BgClassName
{
background-color: #F6E082;
}
</style>
border-color css
<style>
span { border-color: #F6E082; }
span { border-color: rgb(246,224,130); }
td.TdClassName
{
border-color: #F6E082;
}
.TagClassName
{
border-color: #F6E082;
}
</style>