Shades of Sweet Corn #FBE57D
Tints of Sweet Corn #FBE57D
RGB
CMYK
RGB Variations
Color information
#FBE57D (or 0xFBE57D) is known color: Sweet Corn. HEX triplet: FB, E5 and 7D. RGB value is (251,229,125). Sum of RGB (Red+Green+Blue) = 251+229+125=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE57D is #041A82. Grayscale: #E0E0E0. Windows color (decimal): -268931 or 8250875. OLE color: 8250875.
HSL color Cylindrical-coordinate representation of color #FBE57D: hue angle of 49.52º 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 #FBE57D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 125 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.02 |
| HSL | 49.52º | 0.94% | 0.74% | - |
| HSV(B) | 49.52º | 0.5% | 0.98% | - |
| XYZ | 71.5 | 78.03 | 30.69 | - |
| YUV | 223.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 125 | 0 | 0.09 | 0.50 | 0.02 | 49.52 | 0.94 | 0.74 |
| Hex | FB | E5 | 7D | 0 | 9 | 32 | 2 | 32 | 5E | 4A |
| Octal | 373 | 345 | 175 | 0 | 11 | 62 | 2 | 62 | 136 | 112 |
| Binary | 11111011 | 11100101 | 1111101 | 0 | 1001 | 110010 | 10 | 110010 | 1011110 | 1001010 |
Color Harmonies of #FBE57D
Complementary color
Monochromatic Colors of #FBE57D
Black with #FBE57D
Text Example
Text Example
White with #FBE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE57D; }
p { color: rgb(251,229,125); }
H1.HeaderClassName
{
color: #FBE57D;
}
.AnyTagClassName
{
color: #FBE57D;
}
</style>
background-color css
<style>
a { background-color: #FBE57D; }
a { background-color: rgb(251,229,125); }
div.DivClassName
{
background-color: #FBE57D;
}
.BgClassName
{
background-color: #FBE57D;
}
</style>
border-color css
<style>
span { border-color: #FBE57D; }
span { border-color: rgb(251,229,125); }
td.TdClassName
{
border-color: #FBE57D;
}
.TagClassName
{
border-color: #FBE57D;
}
</style>