Shades of Corn #FCE85F
Tints of Corn #FCE85F
RGB
CMYK
RGB Variations
Color information
#FCE85F (or 0xFCE85F) is known color: Corn. HEX triplet: FC, E8 and 5F. RGB value is (252,232,95). Sum of RGB (Red+Green+Blue) = 252+232+95=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 95 (37.5% from 255 or 16.41% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE85F is #0317A0. Grayscale: #DEDEDE. Windows color (decimal): -202657 or 6285564. OLE color: 6285564.
HSL color Cylindrical-coordinate representation of color #FCE85F: hue angle of 52.36º 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 #FCE85F is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 95 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.01 |
| HSL | 52.36º | 0.96% | 0.68% | - |
| HSV(B) | 52.36º | 0.62% | 0.99% | - |
| XYZ | 71.07 | 79.23 | 22.37 | - |
| YUV | 222.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 95 | 0 | 0.08 | 0.62 | 0.01 | 52.36 | 0.96 | 0.68 |
| Hex | FC | E8 | 5F | 0 | 8 | 3E | 1 | 34 | 60 | 44 |
| Octal | 374 | 350 | 137 | 0 | 10 | 76 | 1 | 64 | 140 | 104 |
| Binary | 11111100 | 11101000 | 1011111 | 0 | 1000 | 111110 | 1 | 110100 | 1100000 | 1000100 |
Color Harmonies of #FCE85F
Complementary color
Monochromatic Colors of #FCE85F
Black with #FCE85F
Text Example
Text Example
White with #FCE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE85F; }
p { color: rgb(252,232,95); }
H1.HeaderClassName
{
color: #FCE85F;
}
.AnyTagClassName
{
color: #FCE85F;
}
</style>
background-color css
<style>
a { background-color: #FCE85F; }
a { background-color: rgb(252,232,95); }
div.DivClassName
{
background-color: #FCE85F;
}
.BgClassName
{
background-color: #FCE85F;
}
</style>
border-color css
<style>
span { border-color: #FCE85F; }
span { border-color: rgb(252,232,95); }
td.TdClassName
{
border-color: #FCE85F;
}
.TagClassName
{
border-color: #FCE85F;
}
</style>