Shades of Corn #FEF75A
Tints of Corn #FEF75A
RGB
CMYK
RGB Variations
Color information
#FEF75A (or 0xFEF75A) is known color: Corn. HEX triplet: FE, F7 and 5A. RGB value is (254,247,90). Sum of RGB (Red+Green+Blue) = 254+247+90=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 90 (35.55% from 255 or 15.23% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF75A is #0108A5. Grayscale: #E7E7E7. Windows color (decimal): -67750 or 5961726. OLE color: 5961726.
HSL color Cylindrical-coordinate representation of color #FEF75A: hue angle of 57.44º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEF75A is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 90 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.00 |
| HSL | 57.44º | 0.99% | 0.67% | - |
| HSV(B) | 57.44º | 0.65% | 1% | - |
| XYZ | 75.98 | 88.33 | 22.72 | - |
| YUV | 231.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 90 | 0 | 0.03 | 0.65 | 0.00 | 57.44 | 0.99 | 0.67 |
| Hex | FE | F7 | 5A | 0 | 3 | 41 | 0 | 39 | 63 | 43 |
| Octal | 376 | 367 | 132 | 0 | 3 | 101 | 0 | 71 | 143 | 103 |
| Binary | 11111110 | 11110111 | 1011010 | 0 | 11 | 1000001 | 0 | 111001 | 1100011 | 1000011 |
Color Harmonies of #FEF75A
Complementary color
Monochromatic Colors of #FEF75A
Black with #FEF75A
Text Example
Text Example
White with #FEF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF75A; }
p { color: rgb(254,247,90); }
H1.HeaderClassName
{
color: #FEF75A;
}
.AnyTagClassName
{
color: #FEF75A;
}
</style>
background-color css
<style>
a { background-color: #FEF75A; }
a { background-color: rgb(254,247,90); }
div.DivClassName
{
background-color: #FEF75A;
}
.BgClassName
{
background-color: #FEF75A;
}
</style>
border-color css
<style>
span { border-color: #FEF75A; }
span { border-color: rgb(254,247,90); }
td.TdClassName
{
border-color: #FEF75A;
}
.TagClassName
{
border-color: #FEF75A;
}
</style>