Shades of Corn #FCF15E
Tints of Corn #FCF15E
RGB
CMYK
RGB Variations
Color information
#FCF15E (or 0xFCF15E) is known color: Corn. HEX triplet: FC, F1 and 5E. RGB value is (252,241,94). Sum of RGB (Red+Green+Blue) = 252+241+94=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 94 (37.11% from 255 or 16.01% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15E is #030EA1. Grayscale: #E4E4E4. Windows color (decimal): -200354 or 6222332. OLE color: 6222332.
HSL color Cylindrical-coordinate representation of color #FCF15E: hue angle of 55.82º 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 #FCF15E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 94 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.01 |
| HSL | 55.82º | 0.96% | 0.68% | - |
| HSV(B) | 55.82º | 0.63% | 0.99% | - |
| XYZ | 73.62 | 84.41 | 23 | - |
| YUV | 227.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 94 | 0 | 0.04 | 0.63 | 0.01 | 55.82 | 0.96 | 0.68 |
| Hex | FC | F1 | 5E | 0 | 4 | 3F | 1 | 38 | 60 | 44 |
| Octal | 374 | 361 | 136 | 0 | 4 | 77 | 1 | 70 | 140 | 104 |
| Binary | 11111100 | 11110001 | 1011110 | 0 | 100 | 111111 | 1 | 111000 | 1100000 | 1000100 |
Color Harmonies of #FCF15E
Complementary color
Monochromatic Colors of #FCF15E
Black with #FCF15E
Text Example
Text Example
White with #FCF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF15E; }
p { color: rgb(252,241,94); }
H1.HeaderClassName
{
color: #FCF15E;
}
.AnyTagClassName
{
color: #FCF15E;
}
</style>
background-color css
<style>
a { background-color: #FCF15E; }
a { background-color: rgb(252,241,94); }
div.DivClassName
{
background-color: #FCF15E;
}
.BgClassName
{
background-color: #FCF15E;
}
</style>
border-color css
<style>
span { border-color: #FCF15E; }
span { border-color: rgb(252,241,94); }
td.TdClassName
{
border-color: #FCF15E;
}
.TagClassName
{
border-color: #FCF15E;
}
</style>