Shades of Corn #FEF956
Tints of Corn #FEF956
RGB
CMYK
RGB Variations
Color information
#FEF956 (or 0xFEF956) is known color: Corn. HEX triplet: FE, F9 and 56. RGB value is (254,249,86). Sum of RGB (Red+Green+Blue) = 254+249+86=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 86 (33.98% from 255 or 14.60% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF956 is #0106A9. Grayscale: #E8E8E8. Windows color (decimal): -67242 or 5700094. OLE color: 5700094.
HSL color Cylindrical-coordinate representation of color #FEF956: hue angle of 58.21º 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 #FEF956 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 86 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.00 |
| HSL | 58.21º | 0.99% | 0.67% | - |
| HSV(B) | 58.21º | 0.66% | 1% | - |
| XYZ | 76.43 | 89.49 | 22.05 | - |
| YUV | 231.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 86 | 0 | 0.02 | 0.66 | 0.00 | 58.21 | 0.99 | 0.67 |
| Hex | FE | F9 | 56 | 0 | 2 | 42 | 0 | 3A | 63 | 43 |
| Octal | 376 | 371 | 126 | 0 | 2 | 102 | 0 | 72 | 143 | 103 |
| Binary | 11111110 | 11111001 | 1010110 | 0 | 10 | 1000010 | 0 | 111010 | 1100011 | 1000011 |
Color Harmonies of #FEF956
Complementary color
Monochromatic Colors of #FEF956
Black with #FEF956
Text Example
Text Example
White with #FEF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF956; }
p { color: rgb(254,249,86); }
H1.HeaderClassName
{
color: #FEF956;
}
.AnyTagClassName
{
color: #FEF956;
}
</style>
background-color css
<style>
a { background-color: #FEF956; }
a { background-color: rgb(254,249,86); }
div.DivClassName
{
background-color: #FEF956;
}
.BgClassName
{
background-color: #FEF956;
}
</style>
border-color css
<style>
span { border-color: #FEF956; }
span { border-color: rgb(254,249,86); }
td.TdClassName
{
border-color: #FEF956;
}
.TagClassName
{
border-color: #FEF956;
}
</style>