Shades of Corn #FEF856
Tints of Corn #FEF856
RGB
CMYK
RGB Variations
Color information
#FEF856 (or 0xFEF856) is known color: Corn. HEX triplet: FE, F8 and 56. RGB value is (254,248,86). Sum of RGB (Red+Green+Blue) = 254+248+86=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 86 (33.98% from 255 or 14.63% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF856 is #0107A9. Grayscale: #E7E7E7. Windows color (decimal): -67498 or 5699838. OLE color: 5699838.
HSL color Cylindrical-coordinate representation of color #FEF856: hue angle of 57.86º 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 #FEF856 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 86 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.00 |
| HSL | 57.86º | 0.99% | 0.67% | - |
| HSV(B) | 57.86º | 0.66% | 1% | - |
| XYZ | 76.12 | 88.88 | 21.95 | - |
| YUV | 231.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 86 | 0 | 0.02 | 0.66 | 0.00 | 57.86 | 0.99 | 0.67 |
| Hex | FE | F8 | 56 | 0 | 2 | 42 | 0 | 3A | 63 | 43 |
| Octal | 376 | 370 | 126 | 0 | 2 | 102 | 0 | 72 | 143 | 103 |
| Binary | 11111110 | 11111000 | 1010110 | 0 | 10 | 1000010 | 0 | 111010 | 1100011 | 1000011 |
Color Harmonies of #FEF856
Complementary color
Monochromatic Colors of #FEF856
Black with #FEF856
Text Example
Text Example
White with #FEF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF856; }
p { color: rgb(254,248,86); }
H1.HeaderClassName
{
color: #FEF856;
}
.AnyTagClassName
{
color: #FEF856;
}
</style>
background-color css
<style>
a { background-color: #FEF856; }
a { background-color: rgb(254,248,86); }
div.DivClassName
{
background-color: #FEF856;
}
.BgClassName
{
background-color: #FEF856;
}
</style>
border-color css
<style>
span { border-color: #FEF856; }
span { border-color: rgb(254,248,86); }
td.TdClassName
{
border-color: #FEF856;
}
.TagClassName
{
border-color: #FEF856;
}
</style>