Shades of Buff #F6E380
Tints of Buff #F6E380
RGB
CMYK
RGB Variations
Color information
#F6E380 (or 0xF6E380) is known color: Buff. HEX triplet: F6, E3 and 80. RGB value is (246,227,128). Sum of RGB (Red+Green+Blue) = 246+227+128=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E380 is #091C7F. Grayscale: #DDDDDD. Windows color (decimal): -597120 or 8446966. OLE color: 8446966.
HSL color Cylindrical-coordinate representation of color #F6E380: hue angle of 50.34º 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 #F6E380 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 128 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.04 |
| HSL | 50.34º | 0.87% | 0.73% | - |
| HSV(B) | 50.34º | 0.48% | 0.96% | - |
| XYZ | 69.37 | 76.09 | 31.45 | - |
| YUV | 221.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 128 | 0 | 0.08 | 0.48 | 0.04 | 50.34 | 0.87 | 0.73 |
| Hex | F6 | E3 | 80 | 0 | 8 | 30 | 4 | 32 | 57 | 49 |
| Octal | 366 | 343 | 200 | 0 | 10 | 60 | 4 | 62 | 127 | 111 |
| Binary | 11110110 | 11100011 | 10000000 | 0 | 1000 | 110000 | 100 | 110010 | 1010111 | 1001001 |
Color Harmonies of #F6E380
Complementary color
Monochromatic Colors of #F6E380
Black with #F6E380
Text Example
Text Example
White with #F6E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E380; }
p { color: rgb(246,227,128); }
H1.HeaderClassName
{
color: #F6E380;
}
.AnyTagClassName
{
color: #F6E380;
}
</style>
background-color css
<style>
a { background-color: #F6E380; }
a { background-color: rgb(246,227,128); }
div.DivClassName
{
background-color: #F6E380;
}
.BgClassName
{
background-color: #F6E380;
}
</style>
border-color css
<style>
span { border-color: #F6E380; }
span { border-color: rgb(246,227,128); }
td.TdClassName
{
border-color: #F6E380;
}
.TagClassName
{
border-color: #F6E380;
}
</style>