Shades of Corn #FBEC5A
Tints of Corn #FBEC5A
RGB
CMYK
RGB Variations
Color information
#FBEC5A (or 0xFBEC5A) is known color: Corn. HEX triplet: FB, EC and 5A. RGB value is (251,236,90). Sum of RGB (Red+Green+Blue) = 251+236+90=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 90 (35.55% from 255 or 15.60% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC5A is #0413A5. Grayscale: #E0E0E0. Windows color (decimal): -267174 or 5958907. OLE color: 5958907.
HSL color Cylindrical-coordinate representation of color #FBEC5A: hue angle of 54.41º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBEC5A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 90 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.02 |
| HSL | 54.41º | 0.95% | 0.67% | - |
| HSV(B) | 54.41º | 0.64% | 0.98% | - |
| XYZ | 71.62 | 81.24 | 21.58 | - |
| YUV | 223.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 90 | 0 | 0.06 | 0.64 | 0.02 | 54.41 | 0.95 | 0.67 |
| Hex | FB | EC | 5A | 0 | 6 | 40 | 2 | 36 | 5F | 43 |
| Octal | 373 | 354 | 132 | 0 | 6 | 100 | 2 | 66 | 137 | 103 |
| Binary | 11111011 | 11101100 | 1011010 | 0 | 110 | 1000000 | 10 | 110110 | 1011111 | 1000011 |
Color Harmonies of #FBEC5A
Complementary color
Monochromatic Colors of #FBEC5A
Black with #FBEC5A
Text Example
Text Example
White with #FBEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC5A; }
p { color: rgb(251,236,90); }
H1.HeaderClassName
{
color: #FBEC5A;
}
.AnyTagClassName
{
color: #FBEC5A;
}
</style>
background-color css
<style>
a { background-color: #FBEC5A; }
a { background-color: rgb(251,236,90); }
div.DivClassName
{
background-color: #FBEC5A;
}
.BgClassName
{
background-color: #FBEC5A;
}
</style>
border-color css
<style>
span { border-color: #FBEC5A; }
span { border-color: rgb(251,236,90); }
td.TdClassName
{
border-color: #FBEC5A;
}
.TagClassName
{
border-color: #FBEC5A;
}
</style>