Shades of Sweet Corn #FBE682
Tints of Sweet Corn #FBE682
RGB
CMYK
RGB Variations
Color information
#FBE682 (or 0xFBE682) is known color: Sweet Corn. HEX triplet: FB, E6 and 82. RGB value is (251,230,130). Sum of RGB (Red+Green+Blue) = 251+230+130=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE682 is #04197D. Grayscale: #E1E1E1. Windows color (decimal): -268670 or 8578811. OLE color: 8578811.
HSL color Cylindrical-coordinate representation of color #FBE682: hue angle of 49.59º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBE682 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 130 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.02 |
| HSL | 49.59º | 0.94% | 0.75% | - |
| HSV(B) | 49.59º | 0.48% | 0.98% | - |
| XYZ | 72.11 | 78.71 | 32.51 | - |
| YUV | 224.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 130 | 0 | 0.08 | 0.48 | 0.02 | 49.59 | 0.94 | 0.75 |
| Hex | FB | E6 | 82 | 0 | 8 | 30 | 2 | 32 | 5E | 4B |
| Octal | 373 | 346 | 202 | 0 | 10 | 60 | 2 | 62 | 136 | 113 |
| Binary | 11111011 | 11100110 | 10000010 | 0 | 1000 | 110000 | 10 | 110010 | 1011110 | 1001011 |
Color Harmonies of #FBE682
Complementary color
Monochromatic Colors of #FBE682
Black with #FBE682
Text Example
Text Example
White with #FBE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE682; }
p { color: rgb(251,230,130); }
H1.HeaderClassName
{
color: #FBE682;
}
.AnyTagClassName
{
color: #FBE682;
}
</style>
background-color css
<style>
a { background-color: #FBE682; }
a { background-color: rgb(251,230,130); }
div.DivClassName
{
background-color: #FBE682;
}
.BgClassName
{
background-color: #FBE682;
}
</style>
border-color css
<style>
span { border-color: #FBE682; }
span { border-color: rgb(251,230,130); }
td.TdClassName
{
border-color: #FBE682;
}
.TagClassName
{
border-color: #FBE682;
}
</style>