Shades of Sweet Corn #FCE069
Tints of Sweet Corn #FCE069
RGB
CMYK
RGB Variations
Color information
#FCE069 (or 0xFCE069) is known color: Sweet Corn. HEX triplet: FC, E0 and 69. RGB value is (252,224,105). Sum of RGB (Red+Green+Blue) = 252+224+105=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 105 (41.41% from 255 or 18.07% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE069 is #031F96. Grayscale: #DBDBDB. Windows color (decimal): -204695 or 6938876. OLE color: 6938876.
HSL color Cylindrical-coordinate representation of color #FCE069: hue angle of 48.57º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCE069 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 105 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.01 |
| HSL | 48.57º | 0.96% | 0.7% | - |
| HSV(B) | 48.57º | 0.58% | 0.99% | - |
| XYZ | 69.35 | 75.03 | 24.19 | - |
| YUV | 218.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 105 | 0 | 0.11 | 0.58 | 0.01 | 48.57 | 0.96 | 0.7 |
| Hex | FC | E0 | 69 | 0 | B | 3A | 1 | 31 | 60 | 46 |
| Octal | 374 | 340 | 151 | 0 | 13 | 72 | 1 | 61 | 140 | 106 |
| Binary | 11111100 | 11100000 | 1101001 | 0 | 1011 | 111010 | 1 | 110001 | 1100000 | 1000110 |
Color Harmonies of #FCE069
Complementary color
Monochromatic Colors of #FCE069
Black with #FCE069
Text Example
Text Example
White with #FCE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE069; }
p { color: rgb(252,224,105); }
H1.HeaderClassName
{
color: #FCE069;
}
.AnyTagClassName
{
color: #FCE069;
}
</style>
background-color css
<style>
a { background-color: #FCE069; }
a { background-color: rgb(252,224,105); }
div.DivClassName
{
background-color: #FCE069;
}
.BgClassName
{
background-color: #FCE069;
}
</style>
border-color css
<style>
span { border-color: #FCE069; }
span { border-color: rgb(252,224,105); }
td.TdClassName
{
border-color: #FCE069;
}
.TagClassName
{
border-color: #FCE069;
}
</style>