Shades of Corn #F8E15F
Tints of Corn #F8E15F
RGB
CMYK
RGB Variations
Color information
#F8E15F (or 0xF8E15F) is known color: Corn. HEX triplet: F8, E1 and 5F. RGB value is (248,225,95). Sum of RGB (Red+Green+Blue) = 248+225+95=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E15F is #071EA0. Grayscale: #D9D9D9. Windows color (decimal): -466593 or 6283768. OLE color: 6283768.
HSL color Cylindrical-coordinate representation of color #F8E15F: hue angle of 50.98º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8E15F is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 95 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.03 |
| HSL | 50.98º | 0.92% | 0.67% | - |
| HSV(B) | 50.98º | 0.62% | 0.97% | - |
| XYZ | 67.7 | 74.63 | 21.66 | - |
| YUV | 217.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 95 | 0 | 0.09 | 0.62 | 0.03 | 50.98 | 0.92 | 0.67 |
| Hex | F8 | E1 | 5F | 0 | 9 | 3E | 3 | 33 | 5C | 43 |
| Octal | 370 | 341 | 137 | 0 | 11 | 76 | 3 | 63 | 134 | 103 |
| Binary | 11111000 | 11100001 | 1011111 | 0 | 1001 | 111110 | 11 | 110011 | 1011100 | 1000011 |
Color Harmonies of #F8E15F
Complementary color
Monochromatic Colors of #F8E15F
Black with #F8E15F
Text Example
Text Example
White with #F8E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E15F; }
p { color: rgb(248,225,95); }
H1.HeaderClassName
{
color: #F8E15F;
}
.AnyTagClassName
{
color: #F8E15F;
}
</style>
background-color css
<style>
a { background-color: #F8E15F; }
a { background-color: rgb(248,225,95); }
div.DivClassName
{
background-color: #F8E15F;
}
.BgClassName
{
background-color: #F8E15F;
}
</style>
border-color css
<style>
span { border-color: #F8E15F; }
span { border-color: rgb(248,225,95); }
td.TdClassName
{
border-color: #F8E15F;
}
.TagClassName
{
border-color: #F8E15F;
}
</style>