Shades of Corn #F8ED5E
Tints of Corn #F8ED5E
RGB
CMYK
RGB Variations
Color information
#F8ED5E (or 0xF8ED5E) is known color: Corn. HEX triplet: F8, ED and 5E. RGB value is (248,237,94). Sum of RGB (Red+Green+Blue) = 248+237+94=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 94 (37.11% from 255 or 16.23% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED5E is #0712A1. Grayscale: #E0E0E0. Windows color (decimal): -463522 or 6221304. OLE color: 6221304.
HSL color Cylindrical-coordinate representation of color #F8ED5E: hue angle of 55.71º 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 #F8ED5E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 94 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.03 |
| HSL | 55.71º | 0.92% | 0.67% | - |
| HSV(B) | 55.71º | 0.62% | 0.97% | - |
| XYZ | 71.02 | 81.33 | 22.55 | - |
| YUV | 223.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 94 | 0 | 0.04 | 0.62 | 0.03 | 55.71 | 0.92 | 0.67 |
| Hex | F8 | ED | 5E | 0 | 4 | 3E | 3 | 38 | 5C | 43 |
| Octal | 370 | 355 | 136 | 0 | 4 | 76 | 3 | 70 | 134 | 103 |
| Binary | 11111000 | 11101101 | 1011110 | 0 | 100 | 111110 | 11 | 111000 | 1011100 | 1000011 |
Color Harmonies of #F8ED5E
Complementary color
Monochromatic Colors of #F8ED5E
Black with #F8ED5E
Text Example
Text Example
White with #F8ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED5E; }
p { color: rgb(248,237,94); }
H1.HeaderClassName
{
color: #F8ED5E;
}
.AnyTagClassName
{
color: #F8ED5E;
}
</style>
background-color css
<style>
a { background-color: #F8ED5E; }
a { background-color: rgb(248,237,94); }
div.DivClassName
{
background-color: #F8ED5E;
}
.BgClassName
{
background-color: #F8ED5E;
}
</style>
border-color css
<style>
span { border-color: #F8ED5E; }
span { border-color: rgb(248,237,94); }
td.TdClassName
{
border-color: #F8ED5E;
}
.TagClassName
{
border-color: #F8ED5E;
}
</style>