Shades of Sweet Corn #FBE077
Tints of Sweet Corn #FBE077
RGB
CMYK
RGB Variations
Color information
#FBE077 (or 0xFBE077) is known color: Sweet Corn. HEX triplet: FB, E0 and 77. RGB value is (251,224,119). Sum of RGB (Red+Green+Blue) = 251+224+119=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE077 is #041F88. Grayscale: #DCDCDC. Windows color (decimal): -270217 or 7856379. OLE color: 7856379.
HSL color Cylindrical-coordinate representation of color #FBE077: hue angle of 47.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBE077 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 119 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.02 |
| HSL | 47.73º | 0.94% | 0.73% | - |
| HSV(B) | 47.73º | 0.53% | 0.98% | - |
| XYZ | 69.77 | 75.15 | 28.28 | - |
| YUV | 220.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 119 | 0 | 0.11 | 0.53 | 0.02 | 47.73 | 0.94 | 0.73 |
| Hex | FB | E0 | 77 | 0 | B | 35 | 2 | 30 | 5E | 49 |
| Octal | 373 | 340 | 167 | 0 | 13 | 65 | 2 | 60 | 136 | 111 |
| Binary | 11111011 | 11100000 | 1110111 | 0 | 1011 | 110101 | 10 | 110000 | 1011110 | 1001001 |
Color Harmonies of #FBE077
Complementary color
Monochromatic Colors of #FBE077
Black with #FBE077
Text Example
Text Example
White with #FBE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE077; }
p { color: rgb(251,224,119); }
H1.HeaderClassName
{
color: #FBE077;
}
.AnyTagClassName
{
color: #FBE077;
}
</style>
background-color css
<style>
a { background-color: #FBE077; }
a { background-color: rgb(251,224,119); }
div.DivClassName
{
background-color: #FBE077;
}
.BgClassName
{
background-color: #FBE077;
}
</style>
border-color css
<style>
span { border-color: #FBE077; }
span { border-color: rgb(251,224,119); }
td.TdClassName
{
border-color: #FBE077;
}
.TagClassName
{
border-color: #FBE077;
}
</style>