Shades of Sweet Corn #FCE67A
Tints of Sweet Corn #FCE67A
RGB
CMYK
RGB Variations
Color information
#FCE67A (or 0xFCE67A) is known color: Sweet Corn. HEX triplet: FC, E6 and 7A. RGB value is (252,230,122). Sum of RGB (Red+Green+Blue) = 252+230+122=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE67A is #031985. Grayscale: #E0E0E0. Windows color (decimal): -203142 or 8054524. OLE color: 8054524.
HSL color Cylindrical-coordinate representation of color #FCE67A: hue angle of 49.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCE67A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 122 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.01 |
| HSL | 49.85º | 0.96% | 0.73% | - |
| HSV(B) | 49.85º | 0.52% | 0.99% | - |
| XYZ | 71.95 | 78.69 | 29.81 | - |
| YUV | 224.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 122 | 0 | 0.09 | 0.52 | 0.01 | 49.85 | 0.96 | 0.73 |
| Hex | FC | E6 | 7A | 0 | 9 | 34 | 1 | 32 | 60 | 49 |
| Octal | 374 | 346 | 172 | 0 | 11 | 64 | 1 | 62 | 140 | 111 |
| Binary | 11111100 | 11100110 | 1111010 | 0 | 1001 | 110100 | 1 | 110010 | 1100000 | 1001001 |
Color Harmonies of #FCE67A
Complementary color
Monochromatic Colors of #FCE67A
Black with #FCE67A
Text Example
Text Example
White with #FCE67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE67A; }
p { color: rgb(252,230,122); }
H1.HeaderClassName
{
color: #FCE67A;
}
.AnyTagClassName
{
color: #FCE67A;
}
</style>
background-color css
<style>
a { background-color: #FCE67A; }
a { background-color: rgb(252,230,122); }
div.DivClassName
{
background-color: #FCE67A;
}
.BgClassName
{
background-color: #FCE67A;
}
</style>
border-color css
<style>
span { border-color: #FCE67A; }
span { border-color: rgb(252,230,122); }
td.TdClassName
{
border-color: #FCE67A;
}
.TagClassName
{
border-color: #FCE67A;
}
</style>