Shades of Corn #FEF358
Tints of Corn #FEF358
RGB
CMYK
RGB Variations
Color information
#FEF358 (or 0xFEF358) is known color: Corn. HEX triplet: FE, F3 and 58. RGB value is (254,243,88). Sum of RGB (Red+Green+Blue) = 254+243+88=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 88 (34.77% from 255 or 15.04% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF358 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF358 is #010CA7. Grayscale: #E5E5E5. Windows color (decimal): -68776 or 5829630. OLE color: 5829630.
HSL color Cylindrical-coordinate representation of color #FEF358: hue angle of 56.02º 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 #FEF358 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 88 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.00 |
| HSL | 56.02º | 0.99% | 0.67% | - |
| HSV(B) | 56.02º | 0.65% | 1% | - |
| XYZ | 74.69 | 85.88 | 21.87 | - |
| YUV | 228.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 88 | 0 | 0.04 | 0.65 | 0.00 | 56.02 | 0.99 | 0.67 |
| Hex | FE | F3 | 58 | 0 | 4 | 41 | 0 | 38 | 63 | 43 |
| Octal | 376 | 363 | 130 | 0 | 4 | 101 | 0 | 70 | 143 | 103 |
| Binary | 11111110 | 11110011 | 1011000 | 0 | 100 | 1000001 | 0 | 111000 | 1100011 | 1000011 |
Color Harmonies of #FEF358
Complementary color
Monochromatic Colors of #FEF358
Black with #FEF358
Text Example
Text Example
White with #FEF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF358; }
p { color: rgb(254,243,88); }
H1.HeaderClassName
{
color: #FEF358;
}
.AnyTagClassName
{
color: #FEF358;
}
</style>
background-color css
<style>
a { background-color: #FEF358; }
a { background-color: rgb(254,243,88); }
div.DivClassName
{
background-color: #FEF358;
}
.BgClassName
{
background-color: #FEF358;
}
</style>
border-color css
<style>
span { border-color: #FEF358; }
span { border-color: rgb(254,243,88); }
td.TdClassName
{
border-color: #FEF358;
}
.TagClassName
{
border-color: #FEF358;
}
</style>