Shades of Sweet Corn #FBE17B
Tints of Sweet Corn #FBE17B
RGB
CMYK
RGB Variations
Color information
#FBE17B (or 0xFBE17B) is known color: Sweet Corn. HEX triplet: FB, E1 and 7B. RGB value is (251,225,123). Sum of RGB (Red+Green+Blue) = 251+225+123=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE17B is #041E84. Grayscale: #DDDDDD. Windows color (decimal): -269957 or 8118779. OLE color: 8118779.
HSL color Cylindrical-coordinate representation of color #FBE17B: hue angle of 47.81º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBE17B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 123 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.02 |
| HSL | 47.81º | 0.94% | 0.73% | - |
| HSV(B) | 47.81º | 0.51% | 0.98% | - |
| XYZ | 70.28 | 75.79 | 29.66 | - |
| YUV | 221.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 123 | 0 | 0.10 | 0.51 | 0.02 | 47.81 | 0.94 | 0.73 |
| Hex | FB | E1 | 7B | 0 | A | 33 | 2 | 30 | 5E | 49 |
| Octal | 373 | 341 | 173 | 0 | 12 | 63 | 2 | 60 | 136 | 111 |
| Binary | 11111011 | 11100001 | 1111011 | 0 | 1010 | 110011 | 10 | 110000 | 1011110 | 1001001 |
Color Harmonies of #FBE17B
Complementary color
Monochromatic Colors of #FBE17B
Black with #FBE17B
Text Example
Text Example
White with #FBE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE17B; }
p { color: rgb(251,225,123); }
H1.HeaderClassName
{
color: #FBE17B;
}
.AnyTagClassName
{
color: #FBE17B;
}
</style>
background-color css
<style>
a { background-color: #FBE17B; }
a { background-color: rgb(251,225,123); }
div.DivClassName
{
background-color: #FBE17B;
}
.BgClassName
{
background-color: #FBE17B;
}
</style>
border-color css
<style>
span { border-color: #FBE17B; }
span { border-color: rgb(251,225,123); }
td.TdClassName
{
border-color: #FBE17B;
}
.TagClassName
{
border-color: #FBE17B;
}
</style>