Shades of Sweet Corn #FBE07E
Tints of Sweet Corn #FBE07E
RGB
CMYK
RGB Variations
Color information
#FBE07E (or 0xFBE07E) is known color: Sweet Corn. HEX triplet: FB, E0 and 7E. RGB value is (251,224,126). Sum of RGB (Red+Green+Blue) = 251+224+126=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE07E is #041F81. Grayscale: #DDDDDD. Windows color (decimal): -270210 or 8315131. OLE color: 8315131.
HSL color Cylindrical-coordinate representation of color #FBE07E: hue angle of 47.04º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBE07E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 126 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.02 |
| HSL | 47.04º | 0.94% | 0.74% | - |
| HSV(B) | 47.04º | 0.5% | 0.98% | - |
| XYZ | 70.21 | 75.33 | 30.58 | - |
| YUV | 220.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 126 | 0 | 0.11 | 0.50 | 0.02 | 47.04 | 0.94 | 0.74 |
| Hex | FB | E0 | 7E | 0 | B | 32 | 2 | 2F | 5E | 4A |
| Octal | 373 | 340 | 176 | 0 | 13 | 62 | 2 | 57 | 136 | 112 |
| Binary | 11111011 | 11100000 | 1111110 | 0 | 1011 | 110010 | 10 | 101111 | 1011110 | 1001010 |
Color Harmonies of #FBE07E
Complementary color
Monochromatic Colors of #FBE07E
Black with #FBE07E
Text Example
Text Example
White with #FBE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE07E; }
p { color: rgb(251,224,126); }
H1.HeaderClassName
{
color: #FBE07E;
}
.AnyTagClassName
{
color: #FBE07E;
}
</style>
background-color css
<style>
a { background-color: #FBE07E; }
a { background-color: rgb(251,224,126); }
div.DivClassName
{
background-color: #FBE07E;
}
.BgClassName
{
background-color: #FBE07E;
}
</style>
border-color css
<style>
span { border-color: #FBE07E; }
span { border-color: rgb(251,224,126); }
td.TdClassName
{
border-color: #FBE07E;
}
.TagClassName
{
border-color: #FBE07E;
}
</style>