Shades of Corn #FCEB5A
Tints of Corn #FCEB5A
RGB
CMYK
RGB Variations
Color information
#FCEB5A (or 0xFCEB5A) is known color: Corn. HEX triplet: FC, EB and 5A. RGB value is (252,235,90). Sum of RGB (Red+Green+Blue) = 252+235+90=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 90 (35.55% from 255 or 15.60% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB5A is #0314A5. Grayscale: #E0E0E0. Windows color (decimal): -201894 or 5958652. OLE color: 5958652.
HSL color Cylindrical-coordinate representation of color #FCEB5A: hue angle of 53.7º 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 #FCEB5A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 90 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.01 |
| HSL | 53.7º | 0.96% | 0.67% | - |
| HSV(B) | 53.7º | 0.64% | 0.99% | - |
| XYZ | 71.7 | 80.85 | 21.5 | - |
| YUV | 223.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 90 | 0 | 0.07 | 0.64 | 0.01 | 53.7 | 0.96 | 0.67 |
| Hex | FC | EB | 5A | 0 | 7 | 40 | 1 | 36 | 60 | 43 |
| Octal | 374 | 353 | 132 | 0 | 7 | 100 | 1 | 66 | 140 | 103 |
| Binary | 11111100 | 11101011 | 1011010 | 0 | 111 | 1000000 | 1 | 110110 | 1100000 | 1000011 |
Color Harmonies of #FCEB5A
Complementary color
Monochromatic Colors of #FCEB5A
Black with #FCEB5A
Text Example
Text Example
White with #FCEB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB5A; }
p { color: rgb(252,235,90); }
H1.HeaderClassName
{
color: #FCEB5A;
}
.AnyTagClassName
{
color: #FCEB5A;
}
</style>
background-color css
<style>
a { background-color: #FCEB5A; }
a { background-color: rgb(252,235,90); }
div.DivClassName
{
background-color: #FCEB5A;
}
.BgClassName
{
background-color: #FCEB5A;
}
</style>
border-color css
<style>
span { border-color: #FCEB5A; }
span { border-color: rgb(252,235,90); }
td.TdClassName
{
border-color: #FCEB5A;
}
.TagClassName
{
border-color: #FCEB5A;
}
</style>