Shades of Corn #FEF858
Tints of Corn #FEF858
RGB
CMYK
RGB Variations
Color information
#FEF858 (or 0xFEF858) is known color: Corn. HEX triplet: FE, F8 and 58. RGB value is (254,248,88). Sum of RGB (Red+Green+Blue) = 254+248+88=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 88 (34.77% from 255 or 14.92% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF858 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF858 is #0107A7. Grayscale: #E8E8E8. Windows color (decimal): -67496 or 5830910. OLE color: 5830910.
HSL color Cylindrical-coordinate representation of color #FEF858: hue angle of 57.83º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEF858 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.00 |
| HSL | 57.83º | 0.99% | 0.67% | - |
| HSV(B) | 57.83º | 0.65% | 1% | - |
| XYZ | 76.2 | 88.91 | 22.38 | - |
| YUV | 231.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 88 | 0 | 0.02 | 0.65 | 0.00 | 57.83 | 0.99 | 0.67 |
| Hex | FE | F8 | 58 | 0 | 2 | 41 | 0 | 3A | 63 | 43 |
| Octal | 376 | 370 | 130 | 0 | 2 | 101 | 0 | 72 | 143 | 103 |
| Binary | 11111110 | 11111000 | 1011000 | 0 | 10 | 1000001 | 0 | 111010 | 1100011 | 1000011 |
Color Harmonies of #FEF858
Complementary color
Monochromatic Colors of #FEF858
Black with #FEF858
Text Example
Text Example
White with #FEF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF858; }
p { color: rgb(254,248,88); }
H1.HeaderClassName
{
color: #FEF858;
}
.AnyTagClassName
{
color: #FEF858;
}
</style>
background-color css
<style>
a { background-color: #FEF858; }
a { background-color: rgb(254,248,88); }
div.DivClassName
{
background-color: #FEF858;
}
.BgClassName
{
background-color: #FEF858;
}
</style>
border-color css
<style>
span { border-color: #FEF858; }
span { border-color: rgb(254,248,88); }
td.TdClassName
{
border-color: #FEF858;
}
.TagClassName
{
border-color: #FEF858;
}
</style>