Shades of Sweet Corn #FBE77D
Tints of Sweet Corn #FBE77D
RGB
CMYK
RGB Variations
Color information
#FBE77D (or 0xFBE77D) is known color: Sweet Corn. HEX triplet: FB, E7 and 7D. RGB value is (251,231,125). Sum of RGB (Red+Green+Blue) = 251+231+125=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE77D is #041882. Grayscale: #E1E1E1. Windows color (decimal): -268419 or 8251387. OLE color: 8251387.
HSL color Cylindrical-coordinate representation of color #FBE77D: hue angle of 50.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBE77D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 125 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.02 |
| HSL | 50.48º | 0.94% | 0.74% | - |
| HSV(B) | 50.48º | 0.5% | 0.98% | - |
| XYZ | 72.06 | 79.14 | 30.88 | - |
| YUV | 224.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 125 | 0 | 0.08 | 0.50 | 0.02 | 50.48 | 0.94 | 0.74 |
| Hex | FB | E7 | 7D | 0 | 8 | 32 | 2 | 32 | 5E | 4A |
| Octal | 373 | 347 | 175 | 0 | 10 | 62 | 2 | 62 | 136 | 112 |
| Binary | 11111011 | 11100111 | 1111101 | 0 | 1000 | 110010 | 10 | 110010 | 1011110 | 1001010 |
Color Harmonies of #FBE77D
Complementary color
Monochromatic Colors of #FBE77D
Black with #FBE77D
Text Example
Text Example
White with #FBE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE77D; }
p { color: rgb(251,231,125); }
H1.HeaderClassName
{
color: #FBE77D;
}
.AnyTagClassName
{
color: #FBE77D;
}
</style>
background-color css
<style>
a { background-color: #FBE77D; }
a { background-color: rgb(251,231,125); }
div.DivClassName
{
background-color: #FBE77D;
}
.BgClassName
{
background-color: #FBE77D;
}
</style>
border-color css
<style>
span { border-color: #FBE77D; }
span { border-color: rgb(251,231,125); }
td.TdClassName
{
border-color: #FBE77D;
}
.TagClassName
{
border-color: #FBE77D;
}
</style>