Shades of Corn #FCF160
Tints of Corn #FCF160
RGB
CMYK
RGB Variations
Color information
#FCF160 (or 0xFCF160) is known color: Corn. HEX triplet: FC, F1 and 60. RGB value is (252,241,96). Sum of RGB (Red+Green+Blue) = 252+241+96=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 96 (37.89% from 255 or 16.30% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF160 is #030E9F. Grayscale: #E4E4E4. Windows color (decimal): -200352 or 6353404. OLE color: 6353404.
HSL color Cylindrical-coordinate representation of color #FCF160: hue angle of 55.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCF160 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.01 |
| HSL | 55.77º | 0.96% | 0.68% | - |
| HSV(B) | 55.77º | 0.62% | 0.99% | - |
| XYZ | 73.71 | 84.45 | 23.48 | - |
| YUV | 227.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 96 | 0 | 0.04 | 0.62 | 0.01 | 55.77 | 0.96 | 0.68 |
| Hex | FC | F1 | 60 | 0 | 4 | 3E | 1 | 38 | 60 | 44 |
| Octal | 374 | 361 | 140 | 0 | 4 | 76 | 1 | 70 | 140 | 104 |
| Binary | 11111100 | 11110001 | 1100000 | 0 | 100 | 111110 | 1 | 111000 | 1100000 | 1000100 |
Color Harmonies of #FCF160
Complementary color
Monochromatic Colors of #FCF160
Black with #FCF160
Text Example
Text Example
White with #FCF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF160; }
p { color: rgb(252,241,96); }
H1.HeaderClassName
{
color: #FCF160;
}
.AnyTagClassName
{
color: #FCF160;
}
</style>
background-color css
<style>
a { background-color: #FCF160; }
a { background-color: rgb(252,241,96); }
div.DivClassName
{
background-color: #FCF160;
}
.BgClassName
{
background-color: #FCF160;
}
</style>
border-color css
<style>
span { border-color: #FCF160; }
span { border-color: rgb(252,241,96); }
td.TdClassName
{
border-color: #FCF160;
}
.TagClassName
{
border-color: #FCF160;
}
</style>