Shades of Corn #FEF35E
Tints of Corn #FEF35E
RGB
CMYK
RGB Variations
Color information
#FEF35E (or 0xFEF35E) is known color: Corn. HEX triplet: FE, F3 and 5E. RGB value is (254,243,94). Sum of RGB (Red+Green+Blue) = 254+243+94=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 94 (37.11% from 255 or 15.91% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF35E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF35E is #010CA1. Grayscale: #E5E5E5. Windows color (decimal): -68770 or 6222846. OLE color: 6222846.
HSL color Cylindrical-coordinate representation of color #FEF35E: hue angle of 55.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEF35E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 94 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.00 |
| HSL | 55.88º | 0.99% | 0.68% | - |
| HSV(B) | 55.88º | 0.63% | 1% | - |
| XYZ | 74.94 | 85.98 | 23.24 | - |
| YUV | 229.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 94 | 0 | 0.04 | 0.63 | 0.00 | 55.88 | 0.99 | 0.68 |
| Hex | FE | F3 | 5E | 0 | 4 | 3F | 0 | 38 | 63 | 44 |
| Octal | 376 | 363 | 136 | 0 | 4 | 77 | 0 | 70 | 143 | 104 |
| Binary | 11111110 | 11110011 | 1011110 | 0 | 100 | 111111 | 0 | 111000 | 1100011 | 1000100 |
Color Harmonies of #FEF35E
Complementary color
Monochromatic Colors of #FEF35E
Black with #FEF35E
Text Example
Text Example
White with #FEF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF35E; }
p { color: rgb(254,243,94); }
H1.HeaderClassName
{
color: #FEF35E;
}
.AnyTagClassName
{
color: #FEF35E;
}
</style>
background-color css
<style>
a { background-color: #FEF35E; }
a { background-color: rgb(254,243,94); }
div.DivClassName
{
background-color: #FEF35E;
}
.BgClassName
{
background-color: #FEF35E;
}
</style>
border-color css
<style>
span { border-color: #FEF35E; }
span { border-color: rgb(254,243,94); }
td.TdClassName
{
border-color: #FEF35E;
}
.TagClassName
{
border-color: #FEF35E;
}
</style>