Shades of Corn #FEF562
Tints of Corn #FEF562
RGB
CMYK
RGB Variations
Color information
#FEF562 (or 0xFEF562) is known color: Corn. HEX triplet: FE, F5 and 62. RGB value is (254,245,98). Sum of RGB (Red+Green+Blue) = 254+245+98=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 98 (38.67% from 255 or 16.42% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF562 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF562 is #010A9D. Grayscale: #E7E7E7. Windows color (decimal): -68254 or 6485502. OLE color: 6485502.
HSL color Cylindrical-coordinate representation of color #FEF562: hue angle of 56.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEF562 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 98 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.00 |
| HSL | 56.54º | 0.99% | 0.69% | - |
| HSV(B) | 56.54º | 0.61% | 1% | - |
| XYZ | 75.73 | 87.26 | 24.41 | - |
| YUV | 230.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 98 | 0 | 0.04 | 0.61 | 0.00 | 56.54 | 0.99 | 0.69 |
| Hex | FE | F5 | 62 | 0 | 4 | 3D | 0 | 39 | 63 | 45 |
| Octal | 376 | 365 | 142 | 0 | 4 | 75 | 0 | 71 | 143 | 105 |
| Binary | 11111110 | 11110101 | 1100010 | 0 | 100 | 111101 | 0 | 111001 | 1100011 | 1000101 |
Color Harmonies of #FEF562
Complementary color
Monochromatic Colors of #FEF562
Black with #FEF562
Text Example
Text Example
White with #FEF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF562; }
p { color: rgb(254,245,98); }
H1.HeaderClassName
{
color: #FEF562;
}
.AnyTagClassName
{
color: #FEF562;
}
</style>
background-color css
<style>
a { background-color: #FEF562; }
a { background-color: rgb(254,245,98); }
div.DivClassName
{
background-color: #FEF562;
}
.BgClassName
{
background-color: #FEF562;
}
</style>
border-color css
<style>
span { border-color: #FEF562; }
span { border-color: rgb(254,245,98); }
td.TdClassName
{
border-color: #FEF562;
}
.TagClassName
{
border-color: #FEF562;
}
</style>