Shades of Corn #FCF356
Tints of Corn #FCF356
RGB
CMYK
RGB Variations
Color information
#FCF356 (or 0xFCF356) is known color: Corn. HEX triplet: FC, F3 and 56. RGB value is (252,243,86). Sum of RGB (Red+Green+Blue) = 252+243+86=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 86 (33.98% from 255 or 14.80% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF356 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF356 is #030CA9. Grayscale: #E4E4E4. Windows color (decimal): -199850 or 5698556. OLE color: 5698556.
HSL color Cylindrical-coordinate representation of color #FCF356: hue angle of 56.75º 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 #FCF356 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 86 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.01 |
| HSL | 56.75º | 0.97% | 0.66% | - |
| HSV(B) | 56.75º | 0.66% | 0.99% | - |
| XYZ | 73.88 | 85.47 | 21.41 | - |
| YUV | 227.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 86 | 0 | 0.04 | 0.66 | 0.01 | 56.75 | 0.97 | 0.66 |
| Hex | FC | F3 | 56 | 0 | 4 | 42 | 1 | 39 | 61 | 42 |
| Octal | 374 | 363 | 126 | 0 | 4 | 102 | 1 | 71 | 141 | 102 |
| Binary | 11111100 | 11110011 | 1010110 | 0 | 100 | 1000010 | 1 | 111001 | 1100001 | 1000010 |
Color Harmonies of #FCF356
Complementary color
Monochromatic Colors of #FCF356
Black with #FCF356
Text Example
Text Example
White with #FCF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF356; }
p { color: rgb(252,243,86); }
H1.HeaderClassName
{
color: #FCF356;
}
.AnyTagClassName
{
color: #FCF356;
}
</style>
background-color css
<style>
a { background-color: #FCF356; }
a { background-color: rgb(252,243,86); }
div.DivClassName
{
background-color: #FCF356;
}
.BgClassName
{
background-color: #FCF356;
}
</style>
border-color css
<style>
span { border-color: #FCF356; }
span { border-color: rgb(252,243,86); }
td.TdClassName
{
border-color: #FCF356;
}
.TagClassName
{
border-color: #FCF356;
}
</style>