Shades of Corn #FEF360
Tints of Corn #FEF360
RGB
CMYK
RGB Variations
Color information
#FEF360 (or 0xFEF360) is known color: Corn. HEX triplet: FE, F3 and 60. RGB value is (254,243,96). Sum of RGB (Red+Green+Blue) = 254+243+96=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF360 is #010C9F. Grayscale: #E6E6E6. Windows color (decimal): -68768 or 6353918. OLE color: 6353918.
HSL color Cylindrical-coordinate representation of color #FEF360: hue angle of 55.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEF360 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.00 |
| HSL | 55.82º | 0.99% | 0.69% | - |
| HSV(B) | 55.82º | 0.62% | 1% | - |
| XYZ | 75.03 | 86.02 | 23.71 | - |
| YUV | 229.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 96 | 0 | 0.04 | 0.62 | 0.00 | 55.82 | 0.99 | 0.69 |
| Hex | FE | F3 | 60 | 0 | 4 | 3E | 0 | 38 | 63 | 45 |
| Octal | 376 | 363 | 140 | 0 | 4 | 76 | 0 | 70 | 143 | 105 |
| Binary | 11111110 | 11110011 | 1100000 | 0 | 100 | 111110 | 0 | 111000 | 1100011 | 1000101 |
Color Harmonies of #FEF360
Complementary color
Monochromatic Colors of #FEF360
Black with #FEF360
Text Example
Text Example
White with #FEF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF360; }
p { color: rgb(254,243,96); }
H1.HeaderClassName
{
color: #FEF360;
}
.AnyTagClassName
{
color: #FEF360;
}
</style>
background-color css
<style>
a { background-color: #FEF360; }
a { background-color: rgb(254,243,96); }
div.DivClassName
{
background-color: #FEF360;
}
.BgClassName
{
background-color: #FEF360;
}
</style>
border-color css
<style>
span { border-color: #FEF360; }
span { border-color: rgb(254,243,96); }
td.TdClassName
{
border-color: #FEF360;
}
.TagClassName
{
border-color: #FEF360;
}
</style>