Shades of Buff #F6E482
Tints of Buff #F6E482
RGB
CMYK
RGB Variations
Color information
#F6E482 (or 0xF6E482) is known color: Buff. HEX triplet: F6, E4 and 82. RGB value is (246,228,130). Sum of RGB (Red+Green+Blue) = 246+228+130=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E482 is #091B7D. Grayscale: #DEDEDE. Windows color (decimal): -596862 or 8578294. OLE color: 8578294.
HSL color Cylindrical-coordinate representation of color #F6E482: hue angle of 50.69º 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 #F6E482 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 130 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.04 |
| HSL | 50.69º | 0.87% | 0.74% | - |
| HSV(B) | 50.69º | 0.47% | 0.96% | - |
| XYZ | 69.78 | 76.69 | 32.24 | - |
| YUV | 222.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 130 | 0 | 0.07 | 0.47 | 0.04 | 50.69 | 0.87 | 0.74 |
| Hex | F6 | E4 | 82 | 0 | 7 | 2F | 4 | 33 | 57 | 4A |
| Octal | 366 | 344 | 202 | 0 | 7 | 57 | 4 | 63 | 127 | 112 |
| Binary | 11110110 | 11100100 | 10000010 | 0 | 111 | 101111 | 100 | 110011 | 1010111 | 1001010 |
Color Harmonies of #F6E482
Complementary color
Monochromatic Colors of #F6E482
Black with #F6E482
Text Example
Text Example
White with #F6E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E482; }
p { color: rgb(246,228,130); }
H1.HeaderClassName
{
color: #F6E482;
}
.AnyTagClassName
{
color: #F6E482;
}
</style>
background-color css
<style>
a { background-color: #F6E482; }
a { background-color: rgb(246,228,130); }
div.DivClassName
{
background-color: #F6E482;
}
.BgClassName
{
background-color: #F6E482;
}
</style>
border-color css
<style>
span { border-color: #F6E482; }
span { border-color: rgb(246,228,130); }
td.TdClassName
{
border-color: #F6E482;
}
.TagClassName
{
border-color: #F6E482;
}
</style>