Shades of Corn #FCF260
Tints of Corn #FCF260
RGB
CMYK
RGB Variations
Color information
#FCF260 (or 0xFCF260) is known color: Corn. HEX triplet: FC, F2 and 60. RGB value is (252,242,96). Sum of RGB (Red+Green+Blue) = 252+242+96=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 96 (37.89% from 255 or 16.27% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF260 is #030D9F. Grayscale: #E4E4E4. Windows color (decimal): -200096 or 6353660. OLE color: 6353660.
HSL color Cylindrical-coordinate representation of color #FCF260: hue angle of 56.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCF260 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.01 |
| HSL | 56.15º | 0.96% | 0.68% | - |
| HSV(B) | 56.15º | 0.62% | 0.99% | - |
| XYZ | 74.01 | 85.04 | 23.58 | - |
| YUV | 228.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 96 | 0 | 0.04 | 0.62 | 0.01 | 56.15 | 0.96 | 0.68 |
| Hex | FC | F2 | 60 | 0 | 4 | 3E | 1 | 38 | 60 | 44 |
| Octal | 374 | 362 | 140 | 0 | 4 | 76 | 1 | 70 | 140 | 104 |
| Binary | 11111100 | 11110010 | 1100000 | 0 | 100 | 111110 | 1 | 111000 | 1100000 | 1000100 |
Color Harmonies of #FCF260
Complementary color
Monochromatic Colors of #FCF260
Black with #FCF260
Text Example
Text Example
White with #FCF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF260; }
p { color: rgb(252,242,96); }
H1.HeaderClassName
{
color: #FCF260;
}
.AnyTagClassName
{
color: #FCF260;
}
</style>
background-color css
<style>
a { background-color: #FCF260; }
a { background-color: rgb(252,242,96); }
div.DivClassName
{
background-color: #FCF260;
}
.BgClassName
{
background-color: #FCF260;
}
</style>
border-color css
<style>
span { border-color: #FCF260; }
span { border-color: rgb(252,242,96); }
td.TdClassName
{
border-color: #FCF260;
}
.TagClassName
{
border-color: #FCF260;
}
</style>