Shades of Corn #FCF456
Tints of Corn #FCF456
RGB
CMYK
RGB Variations
Color information
#FCF456 (or 0xFCF456) is known color: Corn. HEX triplet: FC, F4 and 56. RGB value is (252,244,86). Sum of RGB (Red+Green+Blue) = 252+244+86=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 86 (33.98% from 255 or 14.78% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF456 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF456 is #030BA9. Grayscale: #E5E5E5. Windows color (decimal): -199594 or 5698812. OLE color: 5698812.
HSL color Cylindrical-coordinate representation of color #FCF456: hue angle of 57.11º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCF456 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 86 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.01 |
| HSL | 57.11º | 0.97% | 0.66% | - |
| HSV(B) | 57.11º | 0.66% | 0.99% | - |
| XYZ | 74.18 | 86.07 | 21.51 | - |
| YUV | 228.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 86 | 0 | 0.03 | 0.66 | 0.01 | 57.11 | 0.97 | 0.66 |
| Hex | FC | F4 | 56 | 0 | 3 | 42 | 1 | 39 | 61 | 42 |
| Octal | 374 | 364 | 126 | 0 | 3 | 102 | 1 | 71 | 141 | 102 |
| Binary | 11111100 | 11110100 | 1010110 | 0 | 11 | 1000010 | 1 | 111001 | 1100001 | 1000010 |
Color Harmonies of #FCF456
Complementary color
Monochromatic Colors of #FCF456
Black with #FCF456
Text Example
Text Example
White with #FCF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF456; }
p { color: rgb(252,244,86); }
H1.HeaderClassName
{
color: #FCF456;
}
.AnyTagClassName
{
color: #FCF456;
}
</style>
background-color css
<style>
a { background-color: #FCF456; }
a { background-color: rgb(252,244,86); }
div.DivClassName
{
background-color: #FCF456;
}
.BgClassName
{
background-color: #FCF456;
}
</style>
border-color css
<style>
span { border-color: #FCF456; }
span { border-color: rgb(252,244,86); }
td.TdClassName
{
border-color: #FCF456;
}
.TagClassName
{
border-color: #FCF456;
}
</style>