Shades of Corn #FBEC65
Tints of Corn #FBEC65
RGB
CMYK
RGB Variations
Color information
#FBEC65 (or 0xFBEC65) is known color: Corn. HEX triplet: FB, EC and 65. RGB value is (251,236,101). Sum of RGB (Red+Green+Blue) = 251+236+101=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 101 (39.84% from 255 or 17.18% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC65 is #04139A. Grayscale: #E1E1E1. Windows color (decimal): -267163 or 6679803. OLE color: 6679803.
HSL color Cylindrical-coordinate representation of color #FBEC65: hue angle of 54º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBEC65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 101 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.02 |
| HSL | 54º | 0.95% | 0.69% | - |
| HSV(B) | 54º | 0.6% | 0.98% | - |
| XYZ | 72.13 | 81.44 | 24.23 | - |
| YUV | 225.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 101 | 0 | 0.06 | 0.60 | 0.02 | 54 | 0.95 | 0.69 |
| Hex | FB | EC | 65 | 0 | 6 | 3C | 2 | 36 | 5F | 45 |
| Octal | 373 | 354 | 145 | 0 | 6 | 74 | 2 | 66 | 137 | 105 |
| Binary | 11111011 | 11101100 | 1100101 | 0 | 110 | 111100 | 10 | 110110 | 1011111 | 1000101 |
Color Harmonies of #FBEC65
Complementary color
Monochromatic Colors of #FBEC65
Black with #FBEC65
Text Example
Text Example
White with #FBEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC65; }
p { color: rgb(251,236,101); }
H1.HeaderClassName
{
color: #FBEC65;
}
.AnyTagClassName
{
color: #FBEC65;
}
</style>
background-color css
<style>
a { background-color: #FBEC65; }
a { background-color: rgb(251,236,101); }
div.DivClassName
{
background-color: #FBEC65;
}
.BgClassName
{
background-color: #FBEC65;
}
</style>
border-color css
<style>
span { border-color: #FBEC65; }
span { border-color: rgb(251,236,101); }
td.TdClassName
{
border-color: #FBEC65;
}
.TagClassName
{
border-color: #FBEC65;
}
</style>