Shades of Corn #FCF560
Tints of Corn #FCF560
RGB
CMYK
RGB Variations
Color information
#FCF560 (or 0xFCF560) is known color: Corn. HEX triplet: FC, F5 and 60. RGB value is (252,245,96). Sum of RGB (Red+Green+Blue) = 252+245+96=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF560 is #030A9F. Grayscale: #E6E6E6. Windows color (decimal): -199328 or 6354428. OLE color: 6354428.
HSL color Cylindrical-coordinate representation of color #FCF560: hue angle of 57.31º 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 #FCF560 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 96 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.01 |
| HSL | 57.31º | 0.96% | 0.68% | - |
| HSV(B) | 57.31º | 0.62% | 0.99% | - |
| XYZ | 74.91 | 86.84 | 23.88 | - |
| YUV | 230.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 96 | 0 | 0.03 | 0.62 | 0.01 | 57.31 | 0.96 | 0.68 |
| Hex | FC | F5 | 60 | 0 | 3 | 3E | 1 | 39 | 60 | 44 |
| Octal | 374 | 365 | 140 | 0 | 3 | 76 | 1 | 71 | 140 | 104 |
| Binary | 11111100 | 11110101 | 1100000 | 0 | 11 | 111110 | 1 | 111001 | 1100000 | 1000100 |
Color Harmonies of #FCF560
Complementary color
Monochromatic Colors of #FCF560
Black with #FCF560
Text Example
Text Example
White with #FCF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF560; }
p { color: rgb(252,245,96); }
H1.HeaderClassName
{
color: #FCF560;
}
.AnyTagClassName
{
color: #FCF560;
}
</style>
background-color css
<style>
a { background-color: #FCF560; }
a { background-color: rgb(252,245,96); }
div.DivClassName
{
background-color: #FCF560;
}
.BgClassName
{
background-color: #FCF560;
}
</style>
border-color css
<style>
span { border-color: #FCF560; }
span { border-color: rgb(252,245,96); }
td.TdClassName
{
border-color: #FCF560;
}
.TagClassName
{
border-color: #FCF560;
}
</style>