Shades of Buff #F6E188
Tints of Buff #F6E188
RGB
CMYK
RGB Variations
Color information
#F6E188 (or 0xF6E188) is known color: Buff. HEX triplet: F6, E1 and 88. RGB value is (246,225,136). Sum of RGB (Red+Green+Blue) = 246+225+136=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E188 is #091E77. Grayscale: #DDDDDD. Windows color (decimal): -597624 or 8970742. OLE color: 8970742.
HSL color Cylindrical-coordinate representation of color #F6E188: hue angle of 48.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6E188 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 136 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.04 |
| HSL | 48.55º | 0.86% | 0.75% | - |
| HSV(B) | 48.55º | 0.45% | 0.96% | - |
| XYZ | 69.38 | 75.22 | 34.16 | - |
| YUV | 221.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 136 | 0 | 0.09 | 0.45 | 0.04 | 48.55 | 0.86 | 0.75 |
| Hex | F6 | E1 | 88 | 0 | 9 | 2D | 4 | 31 | 56 | 4B |
| Octal | 366 | 341 | 210 | 0 | 11 | 55 | 4 | 61 | 126 | 113 |
| Binary | 11110110 | 11100001 | 10001000 | 0 | 1001 | 101101 | 100 | 110001 | 1010110 | 1001011 |
Color Harmonies of #F6E188
Complementary color
Monochromatic Colors of #F6E188
Black with #F6E188
Text Example
Text Example
White with #F6E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E188; }
p { color: rgb(246,225,136); }
H1.HeaderClassName
{
color: #F6E188;
}
.AnyTagClassName
{
color: #F6E188;
}
</style>
background-color css
<style>
a { background-color: #F6E188; }
a { background-color: rgb(246,225,136); }
div.DivClassName
{
background-color: #F6E188;
}
.BgClassName
{
background-color: #F6E188;
}
</style>
border-color css
<style>
span { border-color: #F6E188; }
span { border-color: rgb(246,225,136); }
td.TdClassName
{
border-color: #F6E188;
}
.TagClassName
{
border-color: #F6E188;
}
</style>