Shades of Sweet Corn #FBE16D
Tints of Sweet Corn #FBE16D
RGB
CMYK
RGB Variations
Color information
#FBE16D (or 0xFBE16D) is known color: Sweet Corn. HEX triplet: FB, E1 and 6D. RGB value is (251,225,109). Sum of RGB (Red+Green+Blue) = 251+225+109=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16D is #041E92. Grayscale: #DCDCDC. Windows color (decimal): -269971 or 7201275. OLE color: 7201275.
HSL color Cylindrical-coordinate representation of color #FBE16D: hue angle of 49.01º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBE16D is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 109 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.02 |
| HSL | 49.01º | 0.95% | 0.71% | - |
| HSV(B) | 49.01º | 0.57% | 0.98% | - |
| XYZ | 69.47 | 75.46 | 25.37 | - |
| YUV | 219.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 109 | 0 | 0.10 | 0.57 | 0.02 | 49.01 | 0.95 | 0.71 |
| Hex | FB | E1 | 6D | 0 | A | 39 | 2 | 31 | 5F | 47 |
| Octal | 373 | 341 | 155 | 0 | 12 | 71 | 2 | 61 | 137 | 107 |
| Binary | 11111011 | 11100001 | 1101101 | 0 | 1010 | 111001 | 10 | 110001 | 1011111 | 1000111 |
Color Harmonies of #FBE16D
Complementary color
Monochromatic Colors of #FBE16D
Black with #FBE16D
Text Example
Text Example
White with #FBE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE16D; }
p { color: rgb(251,225,109); }
H1.HeaderClassName
{
color: #FBE16D;
}
.AnyTagClassName
{
color: #FBE16D;
}
</style>
background-color css
<style>
a { background-color: #FBE16D; }
a { background-color: rgb(251,225,109); }
div.DivClassName
{
background-color: #FBE16D;
}
.BgClassName
{
background-color: #FBE16D;
}
</style>
border-color css
<style>
span { border-color: #FBE16D; }
span { border-color: rgb(251,225,109); }
td.TdClassName
{
border-color: #FBE16D;
}
.TagClassName
{
border-color: #FBE16D;
}
</style>