Shades of Corn #F8ED5A
Tints of Corn #F8ED5A
RGB
CMYK
RGB Variations
Color information
#F8ED5A (or 0xF8ED5A) is known color: Corn. HEX triplet: F8, ED and 5A. RGB value is (248,237,90). Sum of RGB (Red+Green+Blue) = 248+237+90=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 90 (35.55% from 255 or 15.65% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED5A is #0712A5. Grayscale: #E0E0E0. Windows color (decimal): -463526 or 5959160. OLE color: 5959160.
HSL color Cylindrical-coordinate representation of color #F8ED5A: hue angle of 55.82º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8ED5A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 90 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.03 |
| HSL | 55.82º | 0.92% | 0.66% | - |
| HSV(B) | 55.82º | 0.64% | 0.97% | - |
| XYZ | 70.84 | 81.26 | 21.62 | - |
| YUV | 223.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 90 | 0 | 0.04 | 0.64 | 0.03 | 55.82 | 0.92 | 0.66 |
| Hex | F8 | ED | 5A | 0 | 4 | 40 | 3 | 38 | 5C | 42 |
| Octal | 370 | 355 | 132 | 0 | 4 | 100 | 3 | 70 | 134 | 102 |
| Binary | 11111000 | 11101101 | 1011010 | 0 | 100 | 1000000 | 11 | 111000 | 1011100 | 1000010 |
Color Harmonies of #F8ED5A
Complementary color
Monochromatic Colors of #F8ED5A
Black with #F8ED5A
Text Example
Text Example
White with #F8ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED5A; }
p { color: rgb(248,237,90); }
H1.HeaderClassName
{
color: #F8ED5A;
}
.AnyTagClassName
{
color: #F8ED5A;
}
</style>
background-color css
<style>
a { background-color: #F8ED5A; }
a { background-color: rgb(248,237,90); }
div.DivClassName
{
background-color: #F8ED5A;
}
.BgClassName
{
background-color: #F8ED5A;
}
</style>
border-color css
<style>
span { border-color: #F8ED5A; }
span { border-color: rgb(248,237,90); }
td.TdClassName
{
border-color: #F8ED5A;
}
.TagClassName
{
border-color: #F8ED5A;
}
</style>