Shades of Corn #FCED5B
Tints of Corn #FCED5B
RGB
CMYK
RGB Variations
Color information
#FCED5B (or 0xFCED5B) is known color: Corn. HEX triplet: FC, ED and 5B. RGB value is (252,237,91). Sum of RGB (Red+Green+Blue) = 252+237+91=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 91 (35.94% from 255 or 15.69% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED5B is #0312A4. Grayscale: #E1E1E1. Windows color (decimal): -201381 or 6024700. OLE color: 6024700.
HSL color Cylindrical-coordinate representation of color #FCED5B: hue angle of 54.41º 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 #FCED5B is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 91 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.01 |
| HSL | 54.41º | 0.96% | 0.67% | - |
| HSV(B) | 54.41º | 0.64% | 0.99% | - |
| XYZ | 72.32 | 82.02 | 21.92 | - |
| YUV | 224.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 91 | 0 | 0.06 | 0.64 | 0.01 | 54.41 | 0.96 | 0.67 |
| Hex | FC | ED | 5B | 0 | 6 | 40 | 1 | 36 | 60 | 43 |
| Octal | 374 | 355 | 133 | 0 | 6 | 100 | 1 | 66 | 140 | 103 |
| Binary | 11111100 | 11101101 | 1011011 | 0 | 110 | 1000000 | 1 | 110110 | 1100000 | 1000011 |
Color Harmonies of #FCED5B
Complementary color
Monochromatic Colors of #FCED5B
Black with #FCED5B
Text Example
Text Example
White with #FCED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED5B; }
p { color: rgb(252,237,91); }
H1.HeaderClassName
{
color: #FCED5B;
}
.AnyTagClassName
{
color: #FCED5B;
}
</style>
background-color css
<style>
a { background-color: #FCED5B; }
a { background-color: rgb(252,237,91); }
div.DivClassName
{
background-color: #FCED5B;
}
.BgClassName
{
background-color: #FCED5B;
}
</style>
border-color css
<style>
span { border-color: #FCED5B; }
span { border-color: rgb(252,237,91); }
td.TdClassName
{
border-color: #FCED5B;
}
.TagClassName
{
border-color: #FCED5B;
}
</style>