Shades of Corn #FCF758
Tints of Corn #FCF758
RGB
CMYK
RGB Variations
Color information
#FCF758 (or 0xFCF758) is known color: Corn. HEX triplet: FC, F7 and 58. RGB value is (252,247,88). Sum of RGB (Red+Green+Blue) = 252+247+88=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 88 (34.77% from 255 or 14.99% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF758 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF758 is #0308A7. Grayscale: #E7E7E7. Windows color (decimal): -198824 or 5830652. OLE color: 5830652.
HSL color Cylindrical-coordinate representation of color #FCF758: hue angle of 58.17º 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 #FCF758 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.01 |
| HSL | 58.17º | 0.96% | 0.67% | - |
| HSV(B) | 58.17º | 0.65% | 0.99% | - |
| XYZ | 75.17 | 87.92 | 22.24 | - |
| YUV | 230.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 88 | 0 | 0.02 | 0.65 | 0.01 | 58.17 | 0.96 | 0.67 |
| Hex | FC | F7 | 58 | 0 | 2 | 41 | 1 | 3A | 60 | 43 |
| Octal | 374 | 367 | 130 | 0 | 2 | 101 | 1 | 72 | 140 | 103 |
| Binary | 11111100 | 11110111 | 1011000 | 0 | 10 | 1000001 | 1 | 111010 | 1100000 | 1000011 |
Color Harmonies of #FCF758
Complementary color
Monochromatic Colors of #FCF758
Black with #FCF758
Text Example
Text Example
White with #FCF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF758; }
p { color: rgb(252,247,88); }
H1.HeaderClassName
{
color: #FCF758;
}
.AnyTagClassName
{
color: #FCF758;
}
</style>
background-color css
<style>
a { background-color: #FCF758; }
a { background-color: rgb(252,247,88); }
div.DivClassName
{
background-color: #FCF758;
}
.BgClassName
{
background-color: #FCF758;
}
</style>
border-color css
<style>
span { border-color: #FCF758; }
span { border-color: rgb(252,247,88); }
td.TdClassName
{
border-color: #FCF758;
}
.TagClassName
{
border-color: #FCF758;
}
</style>