Shades of Corn #FEF158
Tints of Corn #FEF158
RGB
CMYK
RGB Variations
Color information
#FEF158 (or 0xFEF158) is known color: Corn. HEX triplet: FE, F1 and 58. RGB value is (254,241,88). Sum of RGB (Red+Green+Blue) = 254+241+88=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 88 (34.77% from 255 or 15.09% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF158 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF158 is #010EA7. Grayscale: #E4E4E4. Windows color (decimal): -69288 or 5829118. OLE color: 5829118.
HSL color Cylindrical-coordinate representation of color #FEF158: hue angle of 55.3º 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 #FEF158 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 88 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.00 |
| HSL | 55.3º | 0.99% | 0.67% | - |
| HSV(B) | 55.3º | 0.65% | 1% | - |
| XYZ | 74.09 | 84.69 | 21.67 | - |
| YUV | 227.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 88 | 0 | 0.05 | 0.65 | 0.00 | 55.3 | 0.99 | 0.67 |
| Hex | FE | F1 | 58 | 0 | 5 | 41 | 0 | 37 | 63 | 43 |
| Octal | 376 | 361 | 130 | 0 | 5 | 101 | 0 | 67 | 143 | 103 |
| Binary | 11111110 | 11110001 | 1011000 | 0 | 101 | 1000001 | 0 | 110111 | 1100011 | 1000011 |
Color Harmonies of #FEF158
Complementary color
Monochromatic Colors of #FEF158
Black with #FEF158
Text Example
Text Example
White with #FEF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF158; }
p { color: rgb(254,241,88); }
H1.HeaderClassName
{
color: #FEF158;
}
.AnyTagClassName
{
color: #FEF158;
}
</style>
background-color css
<style>
a { background-color: #FEF158; }
a { background-color: rgb(254,241,88); }
div.DivClassName
{
background-color: #FEF158;
}
.BgClassName
{
background-color: #FEF158;
}
</style>
border-color css
<style>
span { border-color: #FEF158; }
span { border-color: rgb(254,241,88); }
td.TdClassName
{
border-color: #FEF158;
}
.TagClassName
{
border-color: #FEF158;
}
</style>