Shades of Corn #FCF05E
Tints of Corn #FCF05E
RGB
CMYK
RGB Variations
Color information
#FCF05E (or 0xFCF05E) is known color: Corn. HEX triplet: FC, F0 and 5E. RGB value is (252,240,94). Sum of RGB (Red+Green+Blue) = 252+240+94=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 94 (37.11% from 255 or 16.04% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF05E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF05E is #030FA1. Grayscale: #E3E3E3. Windows color (decimal): -200610 or 6222076. OLE color: 6222076.
HSL color Cylindrical-coordinate representation of color #FCF05E: hue angle of 55.44º 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 #FCF05E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 94 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.01 |
| HSL | 55.44º | 0.96% | 0.68% | - |
| HSV(B) | 55.44º | 0.63% | 0.99% | - |
| XYZ | 73.33 | 83.82 | 22.9 | - |
| YUV | 226.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 94 | 0 | 0.05 | 0.63 | 0.01 | 55.44 | 0.96 | 0.68 |
| Hex | FC | F0 | 5E | 0 | 5 | 3F | 1 | 37 | 60 | 44 |
| Octal | 374 | 360 | 136 | 0 | 5 | 77 | 1 | 67 | 140 | 104 |
| Binary | 11111100 | 11110000 | 1011110 | 0 | 101 | 111111 | 1 | 110111 | 1100000 | 1000100 |
Color Harmonies of #FCF05E
Complementary color
Monochromatic Colors of #FCF05E
Black with #FCF05E
Text Example
Text Example
White with #FCF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF05E; }
p { color: rgb(252,240,94); }
H1.HeaderClassName
{
color: #FCF05E;
}
.AnyTagClassName
{
color: #FCF05E;
}
</style>
background-color css
<style>
a { background-color: #FCF05E; }
a { background-color: rgb(252,240,94); }
div.DivClassName
{
background-color: #FCF05E;
}
.BgClassName
{
background-color: #FCF05E;
}
</style>
border-color css
<style>
span { border-color: #FCF05E; }
span { border-color: rgb(252,240,94); }
td.TdClassName
{
border-color: #FCF05E;
}
.TagClassName
{
border-color: #FCF05E;
}
</style>