Shades of Corn #FFF55E
Tints of Corn #FFF55E
RGB
CMYK
RGB Variations
Color information
#FFF55E (or 0xFFF55E) is known color: Corn. HEX triplet: FF, F5 and 5E. RGB value is (255,245,94). Sum of RGB (Red+Green+Blue) = 255+245+94=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 94 (37.11% from 255 or 15.82% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF55E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF55E is #000AA1. Grayscale: #E7E7E7. Windows color (decimal): -2722 or 6223359. OLE color: 6223359.
HSL color Cylindrical-coordinate representation of color #FFF55E: hue angle of 56.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFF55E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 94 | - |
| CMYK | 0 | 0.04 | 0.63 | 0 |
| HSL | 56.27º | 1% | 0.68% | - |
| HSV(B) | 56.27º | 0.63% | 1% | - |
| XYZ | 75.91 | 87.37 | 23.45 | - |
| YUV | 230.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 94 | 0 | 0.04 | 0.63 | 0 | 56.27 | 1 | 0.68 |
| Hex | FF | F5 | 5E | 0 | 4 | 3F | 0 | 38 | 64 | 44 |
| Octal | 377 | 365 | 136 | 0 | 4 | 77 | 0 | 70 | 144 | 104 |
| Binary | 11111111 | 11110101 | 1011110 | 0 | 100 | 111111 | 0 | 111000 | 1100100 | 1000100 |
Color Harmonies of #FFF55E
Complementary color
Monochromatic Colors of #FFF55E
Black with #FFF55E
Text Example
Text Example
White with #FFF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF55E; }
p { color: rgb(255,245,94); }
H1.HeaderClassName
{
color: #FFF55E;
}
.AnyTagClassName
{
color: #FFF55E;
}
</style>
background-color css
<style>
a { background-color: #FFF55E; }
a { background-color: rgb(255,245,94); }
div.DivClassName
{
background-color: #FFF55E;
}
.BgClassName
{
background-color: #FFF55E;
}
</style>
border-color css
<style>
span { border-color: #FFF55E; }
span { border-color: rgb(255,245,94); }
td.TdClassName
{
border-color: #FFF55E;
}
.TagClassName
{
border-color: #FFF55E;
}
</style>