Shades of Corn #FBEC63
Tints of Corn #FBEC63
RGB
CMYK
RGB Variations
Color information
#FBEC63 (or 0xFBEC63) is known color: Corn. HEX triplet: FB, EC and 63. RGB value is (251,236,99). Sum of RGB (Red+Green+Blue) = 251+236+99=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 99 (39.06% from 255 or 16.89% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC63 is #04139C. Grayscale: #E1E1E1. Windows color (decimal): -267165 or 6548731. OLE color: 6548731.
HSL color Cylindrical-coordinate representation of color #FBEC63: hue angle of 54.08º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBEC63 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 99 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.02 |
| HSL | 54.08º | 0.95% | 0.69% | - |
| HSV(B) | 54.08º | 0.61% | 0.98% | - |
| XYZ | 72.03 | 81.4 | 23.72 | - |
| YUV | 224.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 99 | 0 | 0.06 | 0.61 | 0.02 | 54.08 | 0.95 | 0.69 |
| Hex | FB | EC | 63 | 0 | 6 | 3D | 2 | 36 | 5F | 45 |
| Octal | 373 | 354 | 143 | 0 | 6 | 75 | 2 | 66 | 137 | 105 |
| Binary | 11111011 | 11101100 | 1100011 | 0 | 110 | 111101 | 10 | 110110 | 1011111 | 1000101 |
Color Harmonies of #FBEC63
Complementary color
Monochromatic Colors of #FBEC63
Black with #FBEC63
Text Example
Text Example
White with #FBEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC63; }
p { color: rgb(251,236,99); }
H1.HeaderClassName
{
color: #FBEC63;
}
.AnyTagClassName
{
color: #FBEC63;
}
</style>
background-color css
<style>
a { background-color: #FBEC63; }
a { background-color: rgb(251,236,99); }
div.DivClassName
{
background-color: #FBEC63;
}
.BgClassName
{
background-color: #FBEC63;
}
</style>
border-color css
<style>
span { border-color: #FBEC63; }
span { border-color: rgb(251,236,99); }
td.TdClassName
{
border-color: #FBEC63;
}
.TagClassName
{
border-color: #FBEC63;
}
</style>