Shades of Corn #FCF063
Tints of Corn #FCF063
RGB
CMYK
RGB Variations
Color information
#FCF063 (or 0xFCF063) is known color: Corn. HEX triplet: FC, F0 and 63. RGB value is (252,240,99). Sum of RGB (Red+Green+Blue) = 252+240+99=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 99 (39.06% from 255 or 16.75% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF063 is #030F9C. Grayscale: #E4E4E4. Windows color (decimal): -200605 or 6549756. OLE color: 6549756.
HSL color Cylindrical-coordinate representation of color #FCF063: hue angle of 55.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCF063 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 99 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.01 |
| HSL | 55.29º | 0.96% | 0.69% | - |
| HSV(B) | 55.29º | 0.61% | 0.99% | - |
| XYZ | 73.56 | 83.92 | 24.13 | - |
| YUV | 227.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 99 | 0 | 0.05 | 0.61 | 0.01 | 55.29 | 0.96 | 0.69 |
| Hex | FC | F0 | 63 | 0 | 5 | 3D | 1 | 37 | 60 | 45 |
| Octal | 374 | 360 | 143 | 0 | 5 | 75 | 1 | 67 | 140 | 105 |
| Binary | 11111100 | 11110000 | 1100011 | 0 | 101 | 111101 | 1 | 110111 | 1100000 | 1000101 |
Color Harmonies of #FCF063
Complementary color
Monochromatic Colors of #FCF063
Black with #FCF063
Text Example
Text Example
White with #FCF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF063; }
p { color: rgb(252,240,99); }
H1.HeaderClassName
{
color: #FCF063;
}
.AnyTagClassName
{
color: #FCF063;
}
</style>
background-color css
<style>
a { background-color: #FCF063; }
a { background-color: rgb(252,240,99); }
div.DivClassName
{
background-color: #FCF063;
}
.BgClassName
{
background-color: #FCF063;
}
</style>
border-color css
<style>
span { border-color: #FCF063; }
span { border-color: rgb(252,240,99); }
td.TdClassName
{
border-color: #FCF063;
}
.TagClassName
{
border-color: #FCF063;
}
</style>