Shades of Corn #FCF067
Tints of Corn #FCF067
RGB
CMYK
RGB Variations
Color information
#FCF067 (or 0xFCF067) is known color: Corn. HEX triplet: FC, F0 and 67. RGB value is (252,240,103). Sum of RGB (Red+Green+Blue) = 252+240+103=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 103 (40.62% from 255 or 17.31% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF067 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF067 is #030F98. Grayscale: #E4E4E4. Windows color (decimal): -200601 or 6811900. OLE color: 6811900.
HSL color Cylindrical-coordinate representation of color #FCF067: hue angle of 55.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCF067 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 103 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.01 |
| HSL | 55.17º | 0.96% | 0.7% | - |
| HSV(B) | 55.17º | 0.59% | 0.99% | - |
| XYZ | 73.75 | 83.99 | 25.16 | - |
| YUV | 227.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 103 | 0 | 0.05 | 0.59 | 0.01 | 55.17 | 0.96 | 0.7 |
| Hex | FC | F0 | 67 | 0 | 5 | 3B | 1 | 37 | 60 | 46 |
| Octal | 374 | 360 | 147 | 0 | 5 | 73 | 1 | 67 | 140 | 106 |
| Binary | 11111100 | 11110000 | 1100111 | 0 | 101 | 111011 | 1 | 110111 | 1100000 | 1000110 |
Color Harmonies of #FCF067
Complementary color
Monochromatic Colors of #FCF067
Black with #FCF067
Text Example
Text Example
White with #FCF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF067; }
p { color: rgb(252,240,103); }
H1.HeaderClassName
{
color: #FCF067;
}
.AnyTagClassName
{
color: #FCF067;
}
</style>
background-color css
<style>
a { background-color: #FCF067; }
a { background-color: rgb(252,240,103); }
div.DivClassName
{
background-color: #FCF067;
}
.BgClassName
{
background-color: #FCF067;
}
</style>
border-color css
<style>
span { border-color: #FCF067; }
span { border-color: rgb(252,240,103); }
td.TdClassName
{
border-color: #FCF067;
}
.TagClassName
{
border-color: #FCF067;
}
</style>