Shades of Corn #FCEB5C
Tints of Corn #FCEB5C
RGB
CMYK
RGB Variations
Color information
#FCEB5C (or 0xFCEB5C) is known color: Corn. HEX triplet: FC, EB and 5C. RGB value is (252,235,92). Sum of RGB (Red+Green+Blue) = 252+235+92=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 92 (36.33% from 255 or 15.89% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB5C is #0314A3. Grayscale: #E0E0E0. Windows color (decimal): -201892 or 6089724. OLE color: 6089724.
HSL color Cylindrical-coordinate representation of color #FCEB5C: hue angle of 53.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCEB5C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 92 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.01 |
| HSL | 53.63º | 0.96% | 0.67% | - |
| HSV(B) | 53.63º | 0.63% | 0.99% | - |
| XYZ | 71.78 | 80.88 | 21.95 | - |
| YUV | 223.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 92 | 0 | 0.07 | 0.63 | 0.01 | 53.63 | 0.96 | 0.67 |
| Hex | FC | EB | 5C | 0 | 7 | 3F | 1 | 36 | 60 | 43 |
| Octal | 374 | 353 | 134 | 0 | 7 | 77 | 1 | 66 | 140 | 103 |
| Binary | 11111100 | 11101011 | 1011100 | 0 | 111 | 111111 | 1 | 110110 | 1100000 | 1000011 |
Color Harmonies of #FCEB5C
Complementary color
Monochromatic Colors of #FCEB5C
Black with #FCEB5C
Text Example
Text Example
White with #FCEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB5C; }
p { color: rgb(252,235,92); }
H1.HeaderClassName
{
color: #FCEB5C;
}
.AnyTagClassName
{
color: #FCEB5C;
}
</style>
background-color css
<style>
a { background-color: #FCEB5C; }
a { background-color: rgb(252,235,92); }
div.DivClassName
{
background-color: #FCEB5C;
}
.BgClassName
{
background-color: #FCEB5C;
}
</style>
border-color css
<style>
span { border-color: #FCEB5C; }
span { border-color: rgb(252,235,92); }
td.TdClassName
{
border-color: #FCEB5C;
}
.TagClassName
{
border-color: #FCEB5C;
}
</style>