Shades of Corn #FCF263
Tints of Corn #FCF263
RGB
CMYK
RGB Variations
Color information
#FCF263 (or 0xFCF263) is known color: Corn. HEX triplet: FC, F2 and 63. RGB value is (252,242,99). Sum of RGB (Red+Green+Blue) = 252+242+99=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 99 (39.06% from 255 or 16.69% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF263 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF263 is #030D9C. Grayscale: #E5E5E5. Windows color (decimal): -200093 or 6550268. OLE color: 6550268.
HSL color Cylindrical-coordinate representation of color #FCF263: hue angle of 56.08º 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 #FCF263 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 99 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.01 |
| HSL | 56.08º | 0.96% | 0.69% | - |
| HSV(B) | 56.08º | 0.61% | 0.99% | - |
| XYZ | 74.15 | 85.1 | 24.32 | - |
| YUV | 228.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 99 | 0 | 0.04 | 0.61 | 0.01 | 56.08 | 0.96 | 0.69 |
| Hex | FC | F2 | 63 | 0 | 4 | 3D | 1 | 38 | 60 | 45 |
| Octal | 374 | 362 | 143 | 0 | 4 | 75 | 1 | 70 | 140 | 105 |
| Binary | 11111100 | 11110010 | 1100011 | 0 | 100 | 111101 | 1 | 111000 | 1100000 | 1000101 |
Color Harmonies of #FCF263
Complementary color
Monochromatic Colors of #FCF263
Black with #FCF263
Text Example
Text Example
White with #FCF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF263; }
p { color: rgb(252,242,99); }
H1.HeaderClassName
{
color: #FCF263;
}
.AnyTagClassName
{
color: #FCF263;
}
</style>
background-color css
<style>
a { background-color: #FCF263; }
a { background-color: rgb(252,242,99); }
div.DivClassName
{
background-color: #FCF263;
}
.BgClassName
{
background-color: #FCF263;
}
</style>
border-color css
<style>
span { border-color: #FCF263; }
span { border-color: rgb(252,242,99); }
td.TdClassName
{
border-color: #FCF263;
}
.TagClassName
{
border-color: #FCF263;
}
</style>