Shades of Sweet Corn #FBE478
Tints of Sweet Corn #FBE478
RGB
CMYK
RGB Variations
Color information
#FBE478 (or 0xFBE478) is known color: Sweet Corn. HEX triplet: FB, E4 and 78. RGB value is (251,228,120). Sum of RGB (Red+Green+Blue) = 251+228+120=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE478 is #041B87. Grayscale: #DFDFDF. Windows color (decimal): -269192 or 7922939. OLE color: 7922939.
HSL color Cylindrical-coordinate representation of color #FBE478: hue angle of 49.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBE478 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 120 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.02 |
| HSL | 49.47º | 0.94% | 0.73% | - |
| HSV(B) | 49.47º | 0.52% | 0.98% | - |
| XYZ | 70.92 | 77.35 | 28.96 | - |
| YUV | 222.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 120 | 0 | 0.09 | 0.52 | 0.02 | 49.47 | 0.94 | 0.73 |
| Hex | FB | E4 | 78 | 0 | 9 | 34 | 2 | 31 | 5E | 49 |
| Octal | 373 | 344 | 170 | 0 | 11 | 64 | 2 | 61 | 136 | 111 |
| Binary | 11111011 | 11100100 | 1111000 | 0 | 1001 | 110100 | 10 | 110001 | 1011110 | 1001001 |
Color Harmonies of #FBE478
Complementary color
Monochromatic Colors of #FBE478
Black with #FBE478
Text Example
Text Example
White with #FBE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE478; }
p { color: rgb(251,228,120); }
H1.HeaderClassName
{
color: #FBE478;
}
.AnyTagClassName
{
color: #FBE478;
}
</style>
background-color css
<style>
a { background-color: #FBE478; }
a { background-color: rgb(251,228,120); }
div.DivClassName
{
background-color: #FBE478;
}
.BgClassName
{
background-color: #FBE478;
}
</style>
border-color css
<style>
span { border-color: #FBE478; }
span { border-color: rgb(251,228,120); }
td.TdClassName
{
border-color: #FBE478;
}
.TagClassName
{
border-color: #FBE478;
}
</style>