Shades of Corn #F8EC5A
Tints of Corn #F8EC5A
RGB
CMYK
RGB Variations
Color information
#F8EC5A (or 0xF8EC5A) is known color: Corn. HEX triplet: F8, EC and 5A. RGB value is (248,236,90). Sum of RGB (Red+Green+Blue) = 248+236+90=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 90 (35.55% from 255 or 15.68% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC5A is #0713A5. Grayscale: #DFDFDF. Windows color (decimal): -463782 or 5958904. OLE color: 5958904.
HSL color Cylindrical-coordinate representation of color #F8EC5A: hue angle of 55.44º 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 #F8EC5A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 90 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.03 |
| HSL | 55.44º | 0.92% | 0.66% | - |
| HSV(B) | 55.44º | 0.64% | 0.97% | - |
| XYZ | 70.55 | 80.69 | 21.53 | - |
| YUV | 222.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 90 | 0 | 0.05 | 0.64 | 0.03 | 55.44 | 0.92 | 0.66 |
| Hex | F8 | EC | 5A | 0 | 5 | 40 | 3 | 37 | 5C | 42 |
| Octal | 370 | 354 | 132 | 0 | 5 | 100 | 3 | 67 | 134 | 102 |
| Binary | 11111000 | 11101100 | 1011010 | 0 | 101 | 1000000 | 11 | 110111 | 1011100 | 1000010 |
Color Harmonies of #F8EC5A
Complementary color
Monochromatic Colors of #F8EC5A
Black with #F8EC5A
Text Example
Text Example
White with #F8EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC5A; }
p { color: rgb(248,236,90); }
H1.HeaderClassName
{
color: #F8EC5A;
}
.AnyTagClassName
{
color: #F8EC5A;
}
</style>
background-color css
<style>
a { background-color: #F8EC5A; }
a { background-color: rgb(248,236,90); }
div.DivClassName
{
background-color: #F8EC5A;
}
.BgClassName
{
background-color: #F8EC5A;
}
</style>
border-color css
<style>
span { border-color: #F8EC5A; }
span { border-color: rgb(248,236,90); }
td.TdClassName
{
border-color: #F8EC5A;
}
.TagClassName
{
border-color: #F8EC5A;
}
</style>