Shades of Corn #FCF358
Tints of Corn #FCF358
RGB
CMYK
RGB Variations
Color information
#FCF358 (or 0xFCF358) is known color: Corn. HEX triplet: FC, F3 and 58. RGB value is (252,243,88). Sum of RGB (Red+Green+Blue) = 252+243+88=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 88 (34.77% from 255 or 15.09% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF358 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF358 is #030CA7. Grayscale: #E4E4E4. Windows color (decimal): -199848 or 5829628. OLE color: 5829628.
HSL color Cylindrical-coordinate representation of color #FCF358: hue angle of 56.71º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCF358 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 88 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.01 |
| HSL | 56.71º | 0.96% | 0.67% | - |
| HSV(B) | 56.71º | 0.65% | 0.99% | - |
| XYZ | 73.96 | 85.5 | 21.84 | - |
| YUV | 228.02 | 48.98 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 88 | 0 | 0.04 | 0.65 | 0.01 | 56.71 | 0.96 | 0.67 |
| Hex | FC | F3 | 58 | 0 | 4 | 41 | 1 | 39 | 60 | 43 |
| Octal | 374 | 363 | 130 | 0 | 4 | 101 | 1 | 71 | 140 | 103 |
| Binary | 11111100 | 11110011 | 1011000 | 0 | 100 | 1000001 | 1 | 111001 | 1100000 | 1000011 |
Color Harmonies of #FCF358
Complementary color
Monochromatic Colors of #FCF358
Black with #FCF358
Text Example
Text Example
White with #FCF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF358; }
p { color: rgb(252,243,88); }
H1.HeaderClassName
{
color: #FCF358;
}
.AnyTagClassName
{
color: #FCF358;
}
</style>
background-color css
<style>
a { background-color: #FCF358; }
a { background-color: rgb(252,243,88); }
div.DivClassName
{
background-color: #FCF358;
}
.BgClassName
{
background-color: #FCF358;
}
</style>
border-color css
<style>
span { border-color: #FCF358; }
span { border-color: rgb(252,243,88); }
td.TdClassName
{
border-color: #FCF358;
}
.TagClassName
{
border-color: #FCF358;
}
</style>