Shades of Sweet Corn #FBE770
Tints of Sweet Corn #FBE770
RGB
CMYK
RGB Variations
Color information
#FBE770 (or 0xFBE770) is known color: Sweet Corn. HEX triplet: FB, E7 and 70. RGB value is (251,231,112). Sum of RGB (Red+Green+Blue) = 251+231+112=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE770 is #04188F. Grayscale: #DFDFDF. Windows color (decimal): -268432 or 7399419. OLE color: 7399419.
HSL color Cylindrical-coordinate representation of color #FBE770: hue angle of 51.37º 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 #FBE770 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 112 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.02 |
| HSL | 51.37º | 0.95% | 0.71% | - |
| HSV(B) | 51.37º | 0.55% | 0.98% | - |
| XYZ | 71.28 | 78.83 | 26.79 | - |
| YUV | 223.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 112 | 0 | 0.08 | 0.55 | 0.02 | 51.37 | 0.95 | 0.71 |
| Hex | FB | E7 | 70 | 0 | 8 | 37 | 2 | 33 | 5F | 47 |
| Octal | 373 | 347 | 160 | 0 | 10 | 67 | 2 | 63 | 137 | 107 |
| Binary | 11111011 | 11100111 | 1110000 | 0 | 1000 | 110111 | 10 | 110011 | 1011111 | 1000111 |
Color Harmonies of #FBE770
Complementary color
Monochromatic Colors of #FBE770
Black with #FBE770
Text Example
Text Example
White with #FBE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE770; }
p { color: rgb(251,231,112); }
H1.HeaderClassName
{
color: #FBE770;
}
.AnyTagClassName
{
color: #FBE770;
}
</style>
background-color css
<style>
a { background-color: #FBE770; }
a { background-color: rgb(251,231,112); }
div.DivClassName
{
background-color: #FBE770;
}
.BgClassName
{
background-color: #FBE770;
}
</style>
border-color css
<style>
span { border-color: #FBE770; }
span { border-color: rgb(251,231,112); }
td.TdClassName
{
border-color: #FBE770;
}
.TagClassName
{
border-color: #FBE770;
}
</style>