Shades of Corn #FCF360
Tints of Corn #FCF360
RGB
CMYK
RGB Variations
Color information
#FCF360 (or 0xFCF360) is known color: Corn. HEX triplet: FC, F3 and 60. RGB value is (252,243,96). Sum of RGB (Red+Green+Blue) = 252+243+96=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 96 (37.89% from 255 or 16.24% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF360 is #030C9F. Grayscale: #E5E5E5. Windows color (decimal): -199840 or 6353916. OLE color: 6353916.
HSL color Cylindrical-coordinate representation of color #FCF360: hue angle of 56.54º 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 #FCF360 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.01 |
| HSL | 56.54º | 0.96% | 0.68% | - |
| HSV(B) | 56.54º | 0.62% | 0.99% | - |
| XYZ | 74.31 | 85.64 | 23.68 | - |
| YUV | 228.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 96 | 0 | 0.04 | 0.62 | 0.01 | 56.54 | 0.96 | 0.68 |
| Hex | FC | F3 | 60 | 0 | 4 | 3E | 1 | 39 | 60 | 44 |
| Octal | 374 | 363 | 140 | 0 | 4 | 76 | 1 | 71 | 140 | 104 |
| Binary | 11111100 | 11110011 | 1100000 | 0 | 100 | 111110 | 1 | 111001 | 1100000 | 1000100 |
Color Harmonies of #FCF360
Complementary color
Monochromatic Colors of #FCF360
Black with #FCF360
Text Example
Text Example
White with #FCF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF360; }
p { color: rgb(252,243,96); }
H1.HeaderClassName
{
color: #FCF360;
}
.AnyTagClassName
{
color: #FCF360;
}
</style>
background-color css
<style>
a { background-color: #FCF360; }
a { background-color: rgb(252,243,96); }
div.DivClassName
{
background-color: #FCF360;
}
.BgClassName
{
background-color: #FCF360;
}
</style>
border-color css
<style>
span { border-color: #FCF360; }
span { border-color: rgb(252,243,96); }
td.TdClassName
{
border-color: #FCF360;
}
.TagClassName
{
border-color: #FCF360;
}
</style>