Shades of Sweet Corn #FBE77F
Tints of Sweet Corn #FBE77F
RGB
CMYK
RGB Variations
Color information
#FBE77F (or 0xFBE77F) is known color: Sweet Corn. HEX triplet: FB, E7 and 7F. RGB value is (251,231,127). Sum of RGB (Red+Green+Blue) = 251+231+127=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE77F is #041880. Grayscale: #E1E1E1. Windows color (decimal): -268417 or 8382459. OLE color: 8382459.
HSL color Cylindrical-coordinate representation of color #FBE77F: hue angle of 50.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBE77F is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 127 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.02 |
| HSL | 50.32º | 0.94% | 0.74% | - |
| HSV(B) | 50.32º | 0.49% | 0.98% | - |
| XYZ | 72.19 | 79.19 | 31.56 | - |
| YUV | 225.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 127 | 0 | 0.08 | 0.49 | 0.02 | 50.32 | 0.94 | 0.74 |
| Hex | FB | E7 | 7F | 0 | 8 | 31 | 2 | 32 | 5E | 4A |
| Octal | 373 | 347 | 177 | 0 | 10 | 61 | 2 | 62 | 136 | 112 |
| Binary | 11111011 | 11100111 | 1111111 | 0 | 1000 | 110001 | 10 | 110010 | 1011110 | 1001010 |
Color Harmonies of #FBE77F
Complementary color
Monochromatic Colors of #FBE77F
Black with #FBE77F
Text Example
Text Example
White with #FBE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE77F; }
p { color: rgb(251,231,127); }
H1.HeaderClassName
{
color: #FBE77F;
}
.AnyTagClassName
{
color: #FBE77F;
}
</style>
background-color css
<style>
a { background-color: #FBE77F; }
a { background-color: rgb(251,231,127); }
div.DivClassName
{
background-color: #FBE77F;
}
.BgClassName
{
background-color: #FBE77F;
}
</style>
border-color css
<style>
span { border-color: #FBE77F; }
span { border-color: rgb(251,231,127); }
td.TdClassName
{
border-color: #FBE77F;
}
.TagClassName
{
border-color: #FBE77F;
}
</style>