Shades of Sweet Corn #FBE370
Tints of Sweet Corn #FBE370
RGB
CMYK
RGB Variations
Color information
#FBE370 (or 0xFBE370) is known color: Sweet Corn. HEX triplet: FB, E3 and 70. RGB value is (251,227,112). Sum of RGB (Red+Green+Blue) = 251+227+112=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE370 is #041C8F. Grayscale: #DDDDDD. Windows color (decimal): -269456 or 7398395. OLE color: 7398395.
HSL color Cylindrical-coordinate representation of color #FBE370: hue angle of 49.64º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBE370 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 112 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.02 |
| HSL | 49.64º | 0.95% | 0.71% | - |
| HSV(B) | 49.64º | 0.55% | 0.98% | - |
| XYZ | 70.18 | 76.62 | 26.42 | - |
| YUV | 221.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 112 | 0 | 0.10 | 0.55 | 0.02 | 49.64 | 0.95 | 0.71 |
| Hex | FB | E3 | 70 | 0 | A | 37 | 2 | 32 | 5F | 47 |
| Octal | 373 | 343 | 160 | 0 | 12 | 67 | 2 | 62 | 137 | 107 |
| Binary | 11111011 | 11100011 | 1110000 | 0 | 1010 | 110111 | 10 | 110010 | 1011111 | 1000111 |
Color Harmonies of #FBE370
Complementary color
Monochromatic Colors of #FBE370
Black with #FBE370
Text Example
Text Example
White with #FBE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE370; }
p { color: rgb(251,227,112); }
H1.HeaderClassName
{
color: #FBE370;
}
.AnyTagClassName
{
color: #FBE370;
}
</style>
background-color css
<style>
a { background-color: #FBE370; }
a { background-color: rgb(251,227,112); }
div.DivClassName
{
background-color: #FBE370;
}
.BgClassName
{
background-color: #FBE370;
}
</style>
border-color css
<style>
span { border-color: #FBE370; }
span { border-color: rgb(251,227,112); }
td.TdClassName
{
border-color: #FBE370;
}
.TagClassName
{
border-color: #FBE370;
}
</style>