Shades of Corn #FCF55E
Tints of Corn #FCF55E
RGB
CMYK
RGB Variations
Color information
#FCF55E (or 0xFCF55E) is known color: Corn. HEX triplet: FC, F5 and 5E. RGB value is (252,245,94). Sum of RGB (Red+Green+Blue) = 252+245+94=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 94 (37.11% from 255 or 15.91% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55E is #030AA1. Grayscale: #E6E6E6. Windows color (decimal): -199330 or 6223356. OLE color: 6223356.
HSL color Cylindrical-coordinate representation of color #FCF55E: hue angle of 57.34º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCF55E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 94 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.01 |
| HSL | 57.34º | 0.96% | 0.68% | - |
| HSV(B) | 57.34º | 0.63% | 0.99% | - |
| XYZ | 74.82 | 86.81 | 23.4 | - |
| YUV | 229.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 94 | 0 | 0.03 | 0.63 | 0.01 | 57.34 | 0.96 | 0.68 |
| Hex | FC | F5 | 5E | 0 | 3 | 3F | 1 | 39 | 60 | 44 |
| Octal | 374 | 365 | 136 | 0 | 3 | 77 | 1 | 71 | 140 | 104 |
| Binary | 11111100 | 11110101 | 1011110 | 0 | 11 | 111111 | 1 | 111001 | 1100000 | 1000100 |
Color Harmonies of #FCF55E
Complementary color
Monochromatic Colors of #FCF55E
Black with #FCF55E
Text Example
Text Example
White with #FCF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF55E; }
p { color: rgb(252,245,94); }
H1.HeaderClassName
{
color: #FCF55E;
}
.AnyTagClassName
{
color: #FCF55E;
}
</style>
background-color css
<style>
a { background-color: #FCF55E; }
a { background-color: rgb(252,245,94); }
div.DivClassName
{
background-color: #FCF55E;
}
.BgClassName
{
background-color: #FCF55E;
}
</style>
border-color css
<style>
span { border-color: #FCF55E; }
span { border-color: rgb(252,245,94); }
td.TdClassName
{
border-color: #FCF55E;
}
.TagClassName
{
border-color: #FCF55E;
}
</style>