Shades of Corn #FCF262
Tints of Corn #FCF262
RGB
CMYK
RGB Variations
Color information
#FCF262 (or 0xFCF262) is known color: Corn. HEX triplet: FC, F2 and 62. RGB value is (252,242,98). Sum of RGB (Red+Green+Blue) = 252+242+98=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 98 (38.67% from 255 or 16.55% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF262 is #030D9D. Grayscale: #E5E5E5. Windows color (decimal): -200094 or 6484732. OLE color: 6484732.
HSL color Cylindrical-coordinate representation of color #FCF262: hue angle of 56.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCF262 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 98 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.01 |
| HSL | 56.1º | 0.96% | 0.69% | - |
| HSV(B) | 56.1º | 0.61% | 0.99% | - |
| XYZ | 74.1 | 85.08 | 24.07 | - |
| YUV | 228.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 98 | 0 | 0.04 | 0.61 | 0.01 | 56.1 | 0.96 | 0.69 |
| Hex | FC | F2 | 62 | 0 | 4 | 3D | 1 | 38 | 60 | 45 |
| Octal | 374 | 362 | 142 | 0 | 4 | 75 | 1 | 70 | 140 | 105 |
| Binary | 11111100 | 11110010 | 1100010 | 0 | 100 | 111101 | 1 | 111000 | 1100000 | 1000101 |
Color Harmonies of #FCF262
Complementary color
Monochromatic Colors of #FCF262
Black with #FCF262
Text Example
Text Example
White with #FCF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF262; }
p { color: rgb(252,242,98); }
H1.HeaderClassName
{
color: #FCF262;
}
.AnyTagClassName
{
color: #FCF262;
}
</style>
background-color css
<style>
a { background-color: #FCF262; }
a { background-color: rgb(252,242,98); }
div.DivClassName
{
background-color: #FCF262;
}
.BgClassName
{
background-color: #FCF262;
}
</style>
border-color css
<style>
span { border-color: #FCF262; }
span { border-color: rgb(252,242,98); }
td.TdClassName
{
border-color: #FCF262;
}
.TagClassName
{
border-color: #FCF262;
}
</style>