Shades of Sweet Corn #FBE16A
Tints of Sweet Corn #FBE16A
RGB
CMYK
RGB Variations
Color information
#FBE16A (or 0xFBE16A) is known color: Sweet Corn. HEX triplet: FB, E1 and 6A. RGB value is (251,225,106). Sum of RGB (Red+Green+Blue) = 251+225+106=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 106 (41.80% from 255 or 18.21% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16A is #041E95. Grayscale: #DBDBDB. Windows color (decimal): -269974 or 7004667. OLE color: 7004667.
HSL color Cylindrical-coordinate representation of color #FBE16A: hue angle of 49.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBE16A is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 106 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.02 |
| HSL | 49.24º | 0.95% | 0.7% | - |
| HSV(B) | 49.24º | 0.58% | 0.98% | - |
| XYZ | 69.31 | 75.4 | 24.54 | - |
| YUV | 219.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 106 | 0 | 0.10 | 0.58 | 0.02 | 49.24 | 0.95 | 0.7 |
| Hex | FB | E1 | 6A | 0 | A | 3A | 2 | 31 | 5F | 46 |
| Octal | 373 | 341 | 152 | 0 | 12 | 72 | 2 | 61 | 137 | 106 |
| Binary | 11111011 | 11100001 | 1101010 | 0 | 1010 | 111010 | 10 | 110001 | 1011111 | 1000110 |
Color Harmonies of #FBE16A
Complementary color
Monochromatic Colors of #FBE16A
Black with #FBE16A
Text Example
Text Example
White with #FBE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE16A; }
p { color: rgb(251,225,106); }
H1.HeaderClassName
{
color: #FBE16A;
}
.AnyTagClassName
{
color: #FBE16A;
}
</style>
background-color css
<style>
a { background-color: #FBE16A; }
a { background-color: rgb(251,225,106); }
div.DivClassName
{
background-color: #FBE16A;
}
.BgClassName
{
background-color: #FBE16A;
}
</style>
border-color css
<style>
span { border-color: #FBE16A; }
span { border-color: rgb(251,225,106); }
td.TdClassName
{
border-color: #FBE16A;
}
.TagClassName
{
border-color: #FBE16A;
}
</style>