Shades of Corn #FCF463
Tints of Corn #FCF463
RGB
CMYK
RGB Variations
Color information
#FCF463 (or 0xFCF463) is known color: Corn. HEX triplet: FC, F4 and 63. RGB value is (252,244,99). Sum of RGB (Red+Green+Blue) = 252+244+99=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 99 (39.06% from 255 or 16.64% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF463 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF463 is #030B9C. Grayscale: #E6E6E6. Windows color (decimal): -199581 or 6550780. OLE color: 6550780.
HSL color Cylindrical-coordinate representation of color #FCF463: hue angle of 56.86º 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 #FCF463 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 99 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.01 |
| HSL | 56.86º | 0.96% | 0.69% | - |
| HSV(B) | 56.86º | 0.61% | 0.99% | - |
| XYZ | 74.75 | 86.3 | 24.52 | - |
| YUV | 229.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 99 | 0 | 0.03 | 0.61 | 0.01 | 56.86 | 0.96 | 0.69 |
| Hex | FC | F4 | 63 | 0 | 3 | 3D | 1 | 39 | 60 | 45 |
| Octal | 374 | 364 | 143 | 0 | 3 | 75 | 1 | 71 | 140 | 105 |
| Binary | 11111100 | 11110100 | 1100011 | 0 | 11 | 111101 | 1 | 111001 | 1100000 | 1000101 |
Color Harmonies of #FCF463
Complementary color
Monochromatic Colors of #FCF463
Black with #FCF463
Text Example
Text Example
White with #FCF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF463; }
p { color: rgb(252,244,99); }
H1.HeaderClassName
{
color: #FCF463;
}
.AnyTagClassName
{
color: #FCF463;
}
</style>
background-color css
<style>
a { background-color: #FCF463; }
a { background-color: rgb(252,244,99); }
div.DivClassName
{
background-color: #FCF463;
}
.BgClassName
{
background-color: #FCF463;
}
</style>
border-color css
<style>
span { border-color: #FCF463; }
span { border-color: rgb(252,244,99); }
td.TdClassName
{
border-color: #FCF463;
}
.TagClassName
{
border-color: #FCF463;
}
</style>