Shades of Corn #F8E166
Tints of Corn #F8E166
RGB
CMYK
RGB Variations
Color information
#F8E166 (or 0xF8E166) is known color: Corn. HEX triplet: F8, E1 and 66. RGB value is (248,225,102). Sum of RGB (Red+Green+Blue) = 248+225+102=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E166 is #071E99. Grayscale: #DADADA. Windows color (decimal): -466586 or 6742520. OLE color: 6742520.
HSL color Cylindrical-coordinate representation of color #F8E166: hue angle of 50.55º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8E166 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 102 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.03 |
| HSL | 50.55º | 0.91% | 0.69% | - |
| HSV(B) | 50.55º | 0.59% | 0.97% | - |
| XYZ | 68.03 | 74.77 | 23.42 | - |
| YUV | 217.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 102 | 0 | 0.09 | 0.59 | 0.03 | 50.55 | 0.91 | 0.69 |
| Hex | F8 | E1 | 66 | 0 | 9 | 3B | 3 | 33 | 5B | 45 |
| Octal | 370 | 341 | 146 | 0 | 11 | 73 | 3 | 63 | 133 | 105 |
| Binary | 11111000 | 11100001 | 1100110 | 0 | 1001 | 111011 | 11 | 110011 | 1011011 | 1000101 |
Color Harmonies of #F8E166
Complementary color
Monochromatic Colors of #F8E166
Black with #F8E166
Text Example
Text Example
White with #F8E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E166; }
p { color: rgb(248,225,102); }
H1.HeaderClassName
{
color: #F8E166;
}
.AnyTagClassName
{
color: #F8E166;
}
</style>
background-color css
<style>
a { background-color: #F8E166; }
a { background-color: rgb(248,225,102); }
div.DivClassName
{
background-color: #F8E166;
}
.BgClassName
{
background-color: #F8E166;
}
</style>
border-color css
<style>
span { border-color: #F8E166; }
span { border-color: rgb(248,225,102); }
td.TdClassName
{
border-color: #F8E166;
}
.TagClassName
{
border-color: #F8E166;
}
</style>