Shades of Corn #FBE55A
Tints of Corn #FBE55A
RGB
CMYK
RGB Variations
Color information
#FBE55A (or 0xFBE55A) is known color: Corn. HEX triplet: FB, E5 and 5A. RGB value is (251,229,90). Sum of RGB (Red+Green+Blue) = 251+229+90=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 90 (35.55% from 255 or 15.79% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE55A is #041AA5. Grayscale: #DCDCDC. Windows color (decimal): -268966 or 5957115. OLE color: 5957115.
HSL color Cylindrical-coordinate representation of color #FBE55A: hue angle of 51.8º 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 #FBE55A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 90 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.02 |
| HSL | 51.8º | 0.95% | 0.67% | - |
| HSV(B) | 51.8º | 0.64% | 0.98% | - |
| XYZ | 69.65 | 77.29 | 20.92 | - |
| YUV | 219.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 90 | 0 | 0.09 | 0.64 | 0.02 | 51.8 | 0.95 | 0.67 |
| Hex | FB | E5 | 5A | 0 | 9 | 40 | 2 | 34 | 5F | 43 |
| Octal | 373 | 345 | 132 | 0 | 11 | 100 | 2 | 64 | 137 | 103 |
| Binary | 11111011 | 11100101 | 1011010 | 0 | 1001 | 1000000 | 10 | 110100 | 1011111 | 1000011 |
Color Harmonies of #FBE55A
Complementary color
Monochromatic Colors of #FBE55A
Black with #FBE55A
Text Example
Text Example
White with #FBE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE55A; }
p { color: rgb(251,229,90); }
H1.HeaderClassName
{
color: #FBE55A;
}
.AnyTagClassName
{
color: #FBE55A;
}
</style>
background-color css
<style>
a { background-color: #FBE55A; }
a { background-color: rgb(251,229,90); }
div.DivClassName
{
background-color: #FBE55A;
}
.BgClassName
{
background-color: #FBE55A;
}
</style>
border-color css
<style>
span { border-color: #FBE55A; }
span { border-color: rgb(251,229,90); }
td.TdClassName
{
border-color: #FBE55A;
}
.TagClassName
{
border-color: #FBE55A;
}
</style>