Shades of Buff #F6E580
Tints of Buff #F6E580
RGB
CMYK
RGB Variations
Color information
#F6E580 (or 0xF6E580) is known color: Buff. HEX triplet: F6, E5 and 80. RGB value is (246,229,128). Sum of RGB (Red+Green+Blue) = 246+229+128=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E580 is #091A7F. Grayscale: #DEDEDE. Windows color (decimal): -596608 or 8447478. OLE color: 8447478.
HSL color Cylindrical-coordinate representation of color #F6E580: hue angle of 51.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6E580 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 128 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.04 |
| HSL | 51.36º | 0.87% | 0.73% | - |
| HSV(B) | 51.36º | 0.48% | 0.96% | - |
| XYZ | 69.92 | 77.19 | 31.64 | - |
| YUV | 222.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 128 | 0 | 0.07 | 0.48 | 0.04 | 51.36 | 0.87 | 0.73 |
| Hex | F6 | E5 | 80 | 0 | 7 | 30 | 4 | 33 | 57 | 49 |
| Octal | 366 | 345 | 200 | 0 | 7 | 60 | 4 | 63 | 127 | 111 |
| Binary | 11110110 | 11100101 | 10000000 | 0 | 111 | 110000 | 100 | 110011 | 1010111 | 1001001 |
Color Harmonies of #F6E580
Complementary color
Monochromatic Colors of #F6E580
Black with #F6E580
Text Example
Text Example
White with #F6E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E580; }
p { color: rgb(246,229,128); }
H1.HeaderClassName
{
color: #F6E580;
}
.AnyTagClassName
{
color: #F6E580;
}
</style>
background-color css
<style>
a { background-color: #F6E580; }
a { background-color: rgb(246,229,128); }
div.DivClassName
{
background-color: #F6E580;
}
.BgClassName
{
background-color: #F6E580;
}
</style>
border-color css
<style>
span { border-color: #F6E580; }
span { border-color: rgb(246,229,128); }
td.TdClassName
{
border-color: #F6E580;
}
.TagClassName
{
border-color: #F6E580;
}
</style>