Shades of Corn #FCE467
Tints of Corn #FCE467
RGB
CMYK
RGB Variations
Color information
#FCE467 (or 0xFCE467) is known color: Corn. HEX triplet: FC, E4 and 67. RGB value is (252,228,103). Sum of RGB (Red+Green+Blue) = 252+228+103=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 103 (40.62% from 255 or 17.67% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE467 is #031B98. Grayscale: #DDDDDD. Windows color (decimal): -203673 or 6808828. OLE color: 6808828.
HSL color Cylindrical-coordinate representation of color #FCE467: hue angle of 50.34º 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 #FCE467 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 103 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.01 |
| HSL | 50.34º | 0.96% | 0.7% | - |
| HSV(B) | 50.34º | 0.59% | 0.99% | - |
| XYZ | 70.34 | 77.16 | 24.02 | - |
| YUV | 220.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 103 | 0 | 0.10 | 0.59 | 0.01 | 50.34 | 0.96 | 0.7 |
| Hex | FC | E4 | 67 | 0 | A | 3B | 1 | 32 | 60 | 46 |
| Octal | 374 | 344 | 147 | 0 | 12 | 73 | 1 | 62 | 140 | 106 |
| Binary | 11111100 | 11100100 | 1100111 | 0 | 1010 | 111011 | 1 | 110010 | 1100000 | 1000110 |
Color Harmonies of #FCE467
Complementary color
Monochromatic Colors of #FCE467
Black with #FCE467
Text Example
Text Example
White with #FCE467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE467; }
p { color: rgb(252,228,103); }
H1.HeaderClassName
{
color: #FCE467;
}
.AnyTagClassName
{
color: #FCE467;
}
</style>
background-color css
<style>
a { background-color: #FCE467; }
a { background-color: rgb(252,228,103); }
div.DivClassName
{
background-color: #FCE467;
}
.BgClassName
{
background-color: #FCE467;
}
</style>
border-color css
<style>
span { border-color: #FCE467; }
span { border-color: rgb(252,228,103); }
td.TdClassName
{
border-color: #FCE467;
}
.TagClassName
{
border-color: #FCE467;
}
</style>