Shades of Corn #FCE461
Tints of Corn #FCE461
RGB
CMYK
RGB Variations
Color information
#FCE461 (or 0xFCE461) is known color: Corn. HEX triplet: FC, E4 and 61. RGB value is (252,228,97). Sum of RGB (Red+Green+Blue) = 252+228+97=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 97 (38.28% from 255 or 16.81% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE461 is #031B9E. Grayscale: #DCDCDC. Windows color (decimal): -203679 or 6415612. OLE color: 6415612.
HSL color Cylindrical-coordinate representation of color #FCE461: hue angle of 50.71º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCE461 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 97 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.01 |
| HSL | 50.71º | 0.96% | 0.68% | - |
| HSV(B) | 50.71º | 0.62% | 0.99% | - |
| XYZ | 70.05 | 77.05 | 22.49 | - |
| YUV | 220.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 97 | 0 | 0.10 | 0.62 | 0.01 | 50.71 | 0.96 | 0.68 |
| Hex | FC | E4 | 61 | 0 | A | 3E | 1 | 33 | 60 | 44 |
| Octal | 374 | 344 | 141 | 0 | 12 | 76 | 1 | 63 | 140 | 104 |
| Binary | 11111100 | 11100100 | 1100001 | 0 | 1010 | 111110 | 1 | 110011 | 1100000 | 1000100 |
Color Harmonies of #FCE461
Complementary color
Monochromatic Colors of #FCE461
Black with #FCE461
Text Example
Text Example
White with #FCE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE461; }
p { color: rgb(252,228,97); }
H1.HeaderClassName
{
color: #FCE461;
}
.AnyTagClassName
{
color: #FCE461;
}
</style>
background-color css
<style>
a { background-color: #FCE461; }
a { background-color: rgb(252,228,97); }
div.DivClassName
{
background-color: #FCE461;
}
.BgClassName
{
background-color: #FCE461;
}
</style>
border-color css
<style>
span { border-color: #FCE461; }
span { border-color: rgb(252,228,97); }
td.TdClassName
{
border-color: #FCE461;
}
.TagClassName
{
border-color: #FCE461;
}
</style>