Shades of Corn #FCF365
Tints of Corn #FCF365
RGB
CMYK
RGB Variations
Color information
#FCF365 (or 0xFCF365) is known color: Corn. HEX triplet: FC, F3 and 65. RGB value is (252,243,101). Sum of RGB (Red+Green+Blue) = 252+243+101=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF365 is #030C9A. Grayscale: #E6E6E6. Windows color (decimal): -199835 or 6681596. OLE color: 6681596.
HSL color Cylindrical-coordinate representation of color #FCF365: hue angle of 56.42º 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 #FCF365 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 101 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.01 |
| HSL | 56.42º | 0.96% | 0.69% | - |
| HSV(B) | 56.42º | 0.6% | 0.99% | - |
| XYZ | 74.54 | 85.74 | 24.93 | - |
| YUV | 229.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 101 | 0 | 0.04 | 0.60 | 0.01 | 56.42 | 0.96 | 0.69 |
| Hex | FC | F3 | 65 | 0 | 4 | 3C | 1 | 38 | 60 | 45 |
| Octal | 374 | 363 | 145 | 0 | 4 | 74 | 1 | 70 | 140 | 105 |
| Binary | 11111100 | 11110011 | 1100101 | 0 | 100 | 111100 | 1 | 111000 | 1100000 | 1000101 |
Color Harmonies of #FCF365
Complementary color
Monochromatic Colors of #FCF365
Black with #FCF365
Text Example
Text Example
White with #FCF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF365; }
p { color: rgb(252,243,101); }
H1.HeaderClassName
{
color: #FCF365;
}
.AnyTagClassName
{
color: #FCF365;
}
</style>
background-color css
<style>
a { background-color: #FCF365; }
a { background-color: rgb(252,243,101); }
div.DivClassName
{
background-color: #FCF365;
}
.BgClassName
{
background-color: #FCF365;
}
</style>
border-color css
<style>
span { border-color: #FCF365; }
span { border-color: rgb(252,243,101); }
td.TdClassName
{
border-color: #FCF365;
}
.TagClassName
{
border-color: #FCF365;
}
</style>