Shades of Corn #FEF063
Tints of Corn #FEF063
RGB
CMYK
RGB Variations
Color information
#FEF063 (or 0xFEF063) is known color: Corn. HEX triplet: FE, F0 and 63. RGB value is (254,240,99). Sum of RGB (Red+Green+Blue) = 254+240+99=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 99 (39.06% from 255 or 16.69% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF063 is #010F9C. Grayscale: #E4E4E4. Windows color (decimal): -69533 or 6549758. OLE color: 6549758.
HSL color Cylindrical-coordinate representation of color #FEF063: hue angle of 54.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEF063 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 99 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.00 |
| HSL | 54.58º | 0.99% | 0.69% | - |
| HSV(B) | 54.58º | 0.61% | 1% | - |
| XYZ | 74.29 | 84.29 | 24.16 | - |
| YUV | 228.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 99 | 0 | 0.06 | 0.61 | 0.00 | 54.58 | 0.99 | 0.69 |
| Hex | FE | F0 | 63 | 0 | 6 | 3D | 0 | 37 | 63 | 45 |
| Octal | 376 | 360 | 143 | 0 | 6 | 75 | 0 | 67 | 143 | 105 |
| Binary | 11111110 | 11110000 | 1100011 | 0 | 110 | 111101 | 0 | 110111 | 1100011 | 1000101 |
Color Harmonies of #FEF063
Complementary color
Monochromatic Colors of #FEF063
Black with #FEF063
Text Example
Text Example
White with #FEF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF063; }
p { color: rgb(254,240,99); }
H1.HeaderClassName
{
color: #FEF063;
}
.AnyTagClassName
{
color: #FEF063;
}
</style>
background-color css
<style>
a { background-color: #FEF063; }
a { background-color: rgb(254,240,99); }
div.DivClassName
{
background-color: #FEF063;
}
.BgClassName
{
background-color: #FEF063;
}
</style>
border-color css
<style>
span { border-color: #FEF063; }
span { border-color: rgb(254,240,99); }
td.TdClassName
{
border-color: #FEF063;
}
.TagClassName
{
border-color: #FEF063;
}
</style>