Shades of Corn #FEF558
Tints of Corn #FEF558
RGB
CMYK
RGB Variations
Color information
#FEF558 (or 0xFEF558) is known color: Corn. HEX triplet: FE, F5 and 58. RGB value is (254,245,88). Sum of RGB (Red+Green+Blue) = 254+245+88=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 88 (34.77% from 255 or 14.99% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF558 is #010AA7. Grayscale: #E6E6E6. Windows color (decimal): -68264 or 5830142. OLE color: 5830142.
HSL color Cylindrical-coordinate representation of color #FEF558: hue angle of 56.75º 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 #FEF558 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 88 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.00 |
| HSL | 56.75º | 0.99% | 0.67% | - |
| HSV(B) | 56.75º | 0.65% | 1% | - |
| XYZ | 75.29 | 87.08 | 22.07 | - |
| YUV | 229.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 88 | 0 | 0.04 | 0.65 | 0.00 | 56.75 | 0.99 | 0.67 |
| Hex | FE | F5 | 58 | 0 | 4 | 41 | 0 | 39 | 63 | 43 |
| Octal | 376 | 365 | 130 | 0 | 4 | 101 | 0 | 71 | 143 | 103 |
| Binary | 11111110 | 11110101 | 1011000 | 0 | 100 | 1000001 | 0 | 111001 | 1100011 | 1000011 |
Color Harmonies of #FEF558
Complementary color
Monochromatic Colors of #FEF558
Black with #FEF558
Text Example
Text Example
White with #FEF558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF558; }
p { color: rgb(254,245,88); }
H1.HeaderClassName
{
color: #FEF558;
}
.AnyTagClassName
{
color: #FEF558;
}
</style>
background-color css
<style>
a { background-color: #FEF558; }
a { background-color: rgb(254,245,88); }
div.DivClassName
{
background-color: #FEF558;
}
.BgClassName
{
background-color: #FEF558;
}
</style>
border-color css
<style>
span { border-color: #FEF558; }
span { border-color: rgb(254,245,88); }
td.TdClassName
{
border-color: #FEF558;
}
.TagClassName
{
border-color: #FEF558;
}
</style>