Shades of Corn #FCE85B
Tints of Corn #FCE85B
RGB
CMYK
RGB Variations
Color information
#FCE85B (or 0xFCE85B) is known color: Corn. HEX triplet: FC, E8 and 5B. RGB value is (252,232,91). Sum of RGB (Red+Green+Blue) = 252+232+91=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 91 (35.94% from 255 or 15.83% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE85B is #0317A4. Grayscale: #DEDEDE. Windows color (decimal): -202661 or 6023420. OLE color: 6023420.
HSL color Cylindrical-coordinate representation of color #FCE85B: hue angle of 52.55º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCE85B is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 91 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.01 |
| HSL | 52.55º | 0.96% | 0.67% | - |
| HSV(B) | 52.55º | 0.64% | 0.99% | - |
| XYZ | 70.89 | 79.16 | 21.44 | - |
| YUV | 221.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 91 | 0 | 0.08 | 0.64 | 0.01 | 52.55 | 0.96 | 0.67 |
| Hex | FC | E8 | 5B | 0 | 8 | 40 | 1 | 35 | 60 | 43 |
| Octal | 374 | 350 | 133 | 0 | 10 | 100 | 1 | 65 | 140 | 103 |
| Binary | 11111100 | 11101000 | 1011011 | 0 | 1000 | 1000000 | 1 | 110101 | 1100000 | 1000011 |
Color Harmonies of #FCE85B
Complementary color
Monochromatic Colors of #FCE85B
Black with #FCE85B
Text Example
Text Example
White with #FCE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE85B; }
p { color: rgb(252,232,91); }
H1.HeaderClassName
{
color: #FCE85B;
}
.AnyTagClassName
{
color: #FCE85B;
}
</style>
background-color css
<style>
a { background-color: #FCE85B; }
a { background-color: rgb(252,232,91); }
div.DivClassName
{
background-color: #FCE85B;
}
.BgClassName
{
background-color: #FCE85B;
}
</style>
border-color css
<style>
span { border-color: #FCE85B; }
span { border-color: rgb(252,232,91); }
td.TdClassName
{
border-color: #FCE85B;
}
.TagClassName
{
border-color: #FCE85B;
}
</style>