Shades of Corn #FCF364
Tints of Corn #FCF364
RGB
CMYK
RGB Variations
Color information
#FCF364 (or 0xFCF364) is known color: Corn. HEX triplet: FC, F3 and 64. RGB value is (252,243,100). Sum of RGB (Red+Green+Blue) = 252+243+100=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 100 (39.45% from 255 or 16.81% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF364 is #030C9B. Grayscale: #E5E5E5. Windows color (decimal): -199836 or 6616060. OLE color: 6616060.
HSL color Cylindrical-coordinate representation of color #FCF364: hue angle of 56.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCF364 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 100 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.01 |
| HSL | 56.45º | 0.96% | 0.69% | - |
| HSV(B) | 56.45º | 0.6% | 0.99% | - |
| XYZ | 74.5 | 85.72 | 24.68 | - |
| YUV | 229.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 100 | 0 | 0.04 | 0.60 | 0.01 | 56.45 | 0.96 | 0.69 |
| Hex | FC | F3 | 64 | 0 | 4 | 3C | 1 | 38 | 60 | 45 |
| Octal | 374 | 363 | 144 | 0 | 4 | 74 | 1 | 70 | 140 | 105 |
| Binary | 11111100 | 11110011 | 1100100 | 0 | 100 | 111100 | 1 | 111000 | 1100000 | 1000101 |
Color Harmonies of #FCF364
Complementary color
Monochromatic Colors of #FCF364
Black with #FCF364
Text Example
Text Example
White with #FCF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF364; }
p { color: rgb(252,243,100); }
H1.HeaderClassName
{
color: #FCF364;
}
.AnyTagClassName
{
color: #FCF364;
}
</style>
background-color css
<style>
a { background-color: #FCF364; }
a { background-color: rgb(252,243,100); }
div.DivClassName
{
background-color: #FCF364;
}
.BgClassName
{
background-color: #FCF364;
}
</style>
border-color css
<style>
span { border-color: #FCF364; }
span { border-color: rgb(252,243,100); }
td.TdClassName
{
border-color: #FCF364;
}
.TagClassName
{
border-color: #FCF364;
}
</style>