Shades of Corn #FEF556
Tints of Corn #FEF556
RGB
CMYK
RGB Variations
Color information
#FEF556 (or 0xFEF556) is known color: Corn. HEX triplet: FE, F5 and 56. RGB value is (254,245,86). Sum of RGB (Red+Green+Blue) = 254+245+86=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 86 (33.98% from 255 or 14.70% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF556 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF556 is #010AA9. Grayscale: #E6E6E6. Windows color (decimal): -68266 or 5699070. OLE color: 5699070.
HSL color Cylindrical-coordinate representation of color #FEF556: hue angle of 56.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEF556 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 86 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.00 |
| HSL | 56.79º | 0.99% | 0.67% | - |
| HSV(B) | 56.79º | 0.66% | 1% | - |
| XYZ | 75.21 | 87.05 | 21.64 | - |
| YUV | 229.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 86 | 0 | 0.04 | 0.66 | 0.00 | 56.79 | 0.99 | 0.67 |
| Hex | FE | F5 | 56 | 0 | 4 | 42 | 0 | 39 | 63 | 43 |
| Octal | 376 | 365 | 126 | 0 | 4 | 102 | 0 | 71 | 143 | 103 |
| Binary | 11111110 | 11110101 | 1010110 | 0 | 100 | 1000010 | 0 | 111001 | 1100011 | 1000011 |
Color Harmonies of #FEF556
Complementary color
Monochromatic Colors of #FEF556
Black with #FEF556
Text Example
Text Example
White with #FEF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF556; }
p { color: rgb(254,245,86); }
H1.HeaderClassName
{
color: #FEF556;
}
.AnyTagClassName
{
color: #FEF556;
}
</style>
background-color css
<style>
a { background-color: #FEF556; }
a { background-color: rgb(254,245,86); }
div.DivClassName
{
background-color: #FEF556;
}
.BgClassName
{
background-color: #FEF556;
}
</style>
border-color css
<style>
span { border-color: #FEF556; }
span { border-color: rgb(254,245,86); }
td.TdClassName
{
border-color: #FEF556;
}
.TagClassName
{
border-color: #FEF556;
}
</style>