Shades of Corn #FEF460
Tints of Corn #FEF460
RGB
CMYK
RGB Variations
Color information
#FEF460 (or 0xFEF460) is known color: Corn. HEX triplet: FE, F4 and 60. RGB value is (254,244,96). Sum of RGB (Red+Green+Blue) = 254+244+96=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 96 (37.89% from 255 or 16.16% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF460 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF460 is #010B9F. Grayscale: #E6E6E6. Windows color (decimal): -68512 or 6354174. OLE color: 6354174.
HSL color Cylindrical-coordinate representation of color #FEF460: hue angle of 56.2º 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 #FEF460 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.00 |
| HSL | 56.2º | 0.99% | 0.69% | - |
| HSV(B) | 56.2º | 0.62% | 1% | - |
| XYZ | 75.34 | 86.62 | 23.81 | - |
| YUV | 230.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 96 | 0 | 0.04 | 0.62 | 0.00 | 56.2 | 0.99 | 0.69 |
| Hex | FE | F4 | 60 | 0 | 4 | 3E | 0 | 38 | 63 | 45 |
| Octal | 376 | 364 | 140 | 0 | 4 | 76 | 0 | 70 | 143 | 105 |
| Binary | 11111110 | 11110100 | 1100000 | 0 | 100 | 111110 | 0 | 111000 | 1100011 | 1000101 |
Color Harmonies of #FEF460
Complementary color
Monochromatic Colors of #FEF460
Black with #FEF460
Text Example
Text Example
White with #FEF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF460; }
p { color: rgb(254,244,96); }
H1.HeaderClassName
{
color: #FEF460;
}
.AnyTagClassName
{
color: #FEF460;
}
</style>
background-color css
<style>
a { background-color: #FEF460; }
a { background-color: rgb(254,244,96); }
div.DivClassName
{
background-color: #FEF460;
}
.BgClassName
{
background-color: #FEF460;
}
</style>
border-color css
<style>
span { border-color: #FEF460; }
span { border-color: rgb(254,244,96); }
td.TdClassName
{
border-color: #FEF460;
}
.TagClassName
{
border-color: #FEF460;
}
</style>