Shades of Corn #FCF958
Tints of Corn #FCF958
RGB
CMYK
RGB Variations
Color information
#FCF958 (or 0xFCF958) is known color: Corn. HEX triplet: FC, F9 and 58. RGB value is (252,249,88). Sum of RGB (Red+Green+Blue) = 252+249+88=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 88 (34.77% from 255 or 14.94% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF958 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF958 is #0306A7. Grayscale: #E8E8E8. Windows color (decimal): -198312 or 5831164. OLE color: 5831164.
HSL color Cylindrical-coordinate representation of color #FCF958: hue angle of 58.9º 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 #FCF958 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 88 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.01 |
| HSL | 58.9º | 0.96% | 0.67% | - |
| HSV(B) | 58.9º | 0.65% | 0.99% | - |
| XYZ | 75.78 | 89.15 | 22.45 | - |
| YUV | 231.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 88 | 0 | 0.01 | 0.65 | 0.01 | 58.9 | 0.96 | 0.67 |
| Hex | FC | F9 | 58 | 0 | 1 | 41 | 1 | 3B | 60 | 43 |
| Octal | 374 | 371 | 130 | 0 | 1 | 101 | 1 | 73 | 140 | 103 |
| Binary | 11111100 | 11111001 | 1011000 | 0 | 1 | 1000001 | 1 | 111011 | 1100000 | 1000011 |
Color Harmonies of #FCF958
Complementary color
Monochromatic Colors of #FCF958
Black with #FCF958
Text Example
Text Example
White with #FCF958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF958; }
p { color: rgb(252,249,88); }
H1.HeaderClassName
{
color: #FCF958;
}
.AnyTagClassName
{
color: #FCF958;
}
</style>
background-color css
<style>
a { background-color: #FCF958; }
a { background-color: rgb(252,249,88); }
div.DivClassName
{
background-color: #FCF958;
}
.BgClassName
{
background-color: #FCF958;
}
</style>
border-color css
<style>
span { border-color: #FCF958; }
span { border-color: rgb(252,249,88); }
td.TdClassName
{
border-color: #FCF958;
}
.TagClassName
{
border-color: #FCF958;
}
</style>