Shades of Sweet Corn #FBE37E
Tints of Sweet Corn #FBE37E
RGB
CMYK
RGB Variations
Color information
#FBE37E (or 0xFBE37E) is known color: Sweet Corn. HEX triplet: FB, E3 and 7E. RGB value is (251,227,126). Sum of RGB (Red+Green+Blue) = 251+227+126=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE37E is #041C81. Grayscale: #DFDFDF. Windows color (decimal): -269442 or 8315899. OLE color: 8315899.
HSL color Cylindrical-coordinate representation of color #FBE37E: hue angle of 48.48º 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 #FBE37E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 126 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.02 |
| HSL | 48.48º | 0.94% | 0.74% | - |
| HSV(B) | 48.48º | 0.5% | 0.98% | - |
| XYZ | 71.02 | 76.95 | 30.85 | - |
| YUV | 222.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 126 | 0 | 0.10 | 0.50 | 0.02 | 48.48 | 0.94 | 0.74 |
| Hex | FB | E3 | 7E | 0 | A | 32 | 2 | 30 | 5E | 4A |
| Octal | 373 | 343 | 176 | 0 | 12 | 62 | 2 | 60 | 136 | 112 |
| Binary | 11111011 | 11100011 | 1111110 | 0 | 1010 | 110010 | 10 | 110000 | 1011110 | 1001010 |
Color Harmonies of #FBE37E
Complementary color
Monochromatic Colors of #FBE37E
Black with #FBE37E
Text Example
Text Example
White with #FBE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE37E; }
p { color: rgb(251,227,126); }
H1.HeaderClassName
{
color: #FBE37E;
}
.AnyTagClassName
{
color: #FBE37E;
}
</style>
background-color css
<style>
a { background-color: #FBE37E; }
a { background-color: rgb(251,227,126); }
div.DivClassName
{
background-color: #FBE37E;
}
.BgClassName
{
background-color: #FBE37E;
}
</style>
border-color css
<style>
span { border-color: #FBE37E; }
span { border-color: rgb(251,227,126); }
td.TdClassName
{
border-color: #FBE37E;
}
.TagClassName
{
border-color: #FBE37E;
}
</style>