Shades of Corn #FEF461
Tints of Corn #FEF461
RGB
CMYK
RGB Variations
Color information
#FEF461 (or 0xFEF461) is known color: Corn. HEX triplet: FE, F4 and 61. RGB value is (254,244,97). Sum of RGB (Red+Green+Blue) = 254+244+97=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 97 (38.28% from 255 or 16.30% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF461 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF461 is #010B9E. Grayscale: #E6E6E6. Windows color (decimal): -68511 or 6419710. OLE color: 6419710.
HSL color Cylindrical-coordinate representation of color #FEF461: hue angle of 56.18º 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 #FEF461 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 97 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.00 |
| HSL | 56.18º | 0.99% | 0.69% | - |
| HSV(B) | 56.18º | 0.62% | 1% | - |
| XYZ | 75.38 | 86.64 | 24.06 | - |
| YUV | 230.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 97 | 0 | 0.04 | 0.62 | 0.00 | 56.18 | 0.99 | 0.69 |
| Hex | FE | F4 | 61 | 0 | 4 | 3E | 0 | 38 | 63 | 45 |
| Octal | 376 | 364 | 141 | 0 | 4 | 76 | 0 | 70 | 143 | 105 |
| Binary | 11111110 | 11110100 | 1100001 | 0 | 100 | 111110 | 0 | 111000 | 1100011 | 1000101 |
Color Harmonies of #FEF461
Complementary color
Monochromatic Colors of #FEF461
Black with #FEF461
Text Example
Text Example
White with #FEF461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF461; }
p { color: rgb(254,244,97); }
H1.HeaderClassName
{
color: #FEF461;
}
.AnyTagClassName
{
color: #FEF461;
}
</style>
background-color css
<style>
a { background-color: #FEF461; }
a { background-color: rgb(254,244,97); }
div.DivClassName
{
background-color: #FEF461;
}
.BgClassName
{
background-color: #FEF461;
}
</style>
border-color css
<style>
span { border-color: #FEF461; }
span { border-color: rgb(254,244,97); }
td.TdClassName
{
border-color: #FEF461;
}
.TagClassName
{
border-color: #FEF461;
}
</style>