Shades of Corn #FCE85D
Tints of Corn #FCE85D
RGB
CMYK
RGB Variations
Color information
#FCE85D (or 0xFCE85D) is known color: Corn. HEX triplet: FC, E8 and 5D. RGB value is (252,232,93). Sum of RGB (Red+Green+Blue) = 252+232+93=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 93 (36.72% from 255 or 16.12% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE85D is #0317A2. Grayscale: #DEDEDE. Windows color (decimal): -202659 or 6154492. OLE color: 6154492.
HSL color Cylindrical-coordinate representation of color #FCE85D: hue angle of 52.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE85D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 93 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.01 |
| HSL | 52.45º | 0.96% | 0.68% | - |
| HSV(B) | 52.45º | 0.63% | 0.99% | - |
| XYZ | 70.98 | 79.2 | 21.9 | - |
| YUV | 222.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 93 | 0 | 0.08 | 0.63 | 0.01 | 52.45 | 0.96 | 0.68 |
| Hex | FC | E8 | 5D | 0 | 8 | 3F | 1 | 34 | 60 | 44 |
| Octal | 374 | 350 | 135 | 0 | 10 | 77 | 1 | 64 | 140 | 104 |
| Binary | 11111100 | 11101000 | 1011101 | 0 | 1000 | 111111 | 1 | 110100 | 1100000 | 1000100 |
Color Harmonies of #FCE85D
Complementary color
Monochromatic Colors of #FCE85D
Black with #FCE85D
Text Example
Text Example
White with #FCE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE85D; }
p { color: rgb(252,232,93); }
H1.HeaderClassName
{
color: #FCE85D;
}
.AnyTagClassName
{
color: #FCE85D;
}
</style>
background-color css
<style>
a { background-color: #FCE85D; }
a { background-color: rgb(252,232,93); }
div.DivClassName
{
background-color: #FCE85D;
}
.BgClassName
{
background-color: #FCE85D;
}
</style>
border-color css
<style>
span { border-color: #FCE85D; }
span { border-color: rgb(252,232,93); }
td.TdClassName
{
border-color: #FCE85D;
}
.TagClassName
{
border-color: #FCE85D;
}
</style>