Shades of Corn #FCEA5B
Tints of Corn #FCEA5B
RGB
CMYK
RGB Variations
Color information
#FCEA5B (or 0xFCEA5B) is known color: Corn. HEX triplet: FC, EA and 5B. RGB value is (252,234,91). Sum of RGB (Red+Green+Blue) = 252+234+91=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 91 (35.94% from 255 or 15.77% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA5B is #0315A4. Grayscale: #DFDFDF. Windows color (decimal): -202149 or 6023932. OLE color: 6023932.
HSL color Cylindrical-coordinate representation of color #FCEA5B: hue angle of 53.29º 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 #FCEA5B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 91 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.01 |
| HSL | 53.29º | 0.96% | 0.67% | - |
| HSV(B) | 53.29º | 0.64% | 0.99% | - |
| XYZ | 71.46 | 80.3 | 21.63 | - |
| YUV | 223.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 91 | 0 | 0.07 | 0.64 | 0.01 | 53.29 | 0.96 | 0.67 |
| Hex | FC | EA | 5B | 0 | 7 | 40 | 1 | 35 | 60 | 43 |
| Octal | 374 | 352 | 133 | 0 | 7 | 100 | 1 | 65 | 140 | 103 |
| Binary | 11111100 | 11101010 | 1011011 | 0 | 111 | 1000000 | 1 | 110101 | 1100000 | 1000011 |
Color Harmonies of #FCEA5B
Complementary color
Monochromatic Colors of #FCEA5B
Black with #FCEA5B
Text Example
Text Example
White with #FCEA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA5B; }
p { color: rgb(252,234,91); }
H1.HeaderClassName
{
color: #FCEA5B;
}
.AnyTagClassName
{
color: #FCEA5B;
}
</style>
background-color css
<style>
a { background-color: #FCEA5B; }
a { background-color: rgb(252,234,91); }
div.DivClassName
{
background-color: #FCEA5B;
}
.BgClassName
{
background-color: #FCEA5B;
}
</style>
border-color css
<style>
span { border-color: #FCEA5B; }
span { border-color: rgb(252,234,91); }
td.TdClassName
{
border-color: #FCEA5B;
}
.TagClassName
{
border-color: #FCEA5B;
}
</style>