Shades of Corn #FCF066
Tints of Corn #FCF066
RGB
CMYK
RGB Variations
Color information
#FCF066 (or 0xFCF066) is known color: Corn. HEX triplet: FC, F0 and 66. RGB value is (252,240,102). Sum of RGB (Red+Green+Blue) = 252+240+102=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 102 (40.23% from 255 or 17.17% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF066 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF066 is #030F99. Grayscale: #E4E4E4. Windows color (decimal): -200602 or 6746364. OLE color: 6746364.
HSL color Cylindrical-coordinate representation of color #FCF066: hue angle of 55.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCF066 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 102 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.01 |
| HSL | 55.2º | 0.96% | 0.69% | - |
| HSV(B) | 55.2º | 0.6% | 0.99% | - |
| XYZ | 73.7 | 83.97 | 24.89 | - |
| YUV | 227.86 | 56.98 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 102 | 0 | 0.05 | 0.60 | 0.01 | 55.2 | 0.96 | 0.69 |
| Hex | FC | F0 | 66 | 0 | 5 | 3C | 1 | 37 | 60 | 45 |
| Octal | 374 | 360 | 146 | 0 | 5 | 74 | 1 | 67 | 140 | 105 |
| Binary | 11111100 | 11110000 | 1100110 | 0 | 101 | 111100 | 1 | 110111 | 1100000 | 1000101 |
Color Harmonies of #FCF066
Complementary color
Monochromatic Colors of #FCF066
Black with #FCF066
Text Example
Text Example
White with #FCF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF066; }
p { color: rgb(252,240,102); }
H1.HeaderClassName
{
color: #FCF066;
}
.AnyTagClassName
{
color: #FCF066;
}
</style>
background-color css
<style>
a { background-color: #FCF066; }
a { background-color: rgb(252,240,102); }
div.DivClassName
{
background-color: #FCF066;
}
.BgClassName
{
background-color: #FCF066;
}
</style>
border-color css
<style>
span { border-color: #FCF066; }
span { border-color: rgb(252,240,102); }
td.TdClassName
{
border-color: #FCF066;
}
.TagClassName
{
border-color: #FCF066;
}
</style>