Shades of Sweet Corn #FCE57B
Tints of Sweet Corn #FCE57B
RGB
CMYK
RGB Variations
Color information
#FCE57B (or 0xFCE57B) is known color: Sweet Corn. HEX triplet: FC, E5 and 7B. RGB value is (252,229,123). Sum of RGB (Red+Green+Blue) = 252+229+123=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 123 (48.44% from 255 or 20.36% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE57B is #031A84. Grayscale: #E0E0E0. Windows color (decimal): -203397 or 8119804. OLE color: 8119804.
HSL color Cylindrical-coordinate representation of color #FCE57B: hue angle of 49.3º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCE57B is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 123 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.01 |
| HSL | 49.3º | 0.96% | 0.74% | - |
| HSV(B) | 49.3º | 0.51% | 0.99% | - |
| XYZ | 71.74 | 78.16 | 30.05 | - |
| YUV | 223.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 123 | 0 | 0.09 | 0.51 | 0.01 | 49.3 | 0.96 | 0.74 |
| Hex | FC | E5 | 7B | 0 | 9 | 33 | 1 | 31 | 60 | 4A |
| Octal | 374 | 345 | 173 | 0 | 11 | 63 | 1 | 61 | 140 | 112 |
| Binary | 11111100 | 11100101 | 1111011 | 0 | 1001 | 110011 | 1 | 110001 | 1100000 | 1001010 |
Color Harmonies of #FCE57B
Complementary color
Monochromatic Colors of #FCE57B
Black with #FCE57B
Text Example
Text Example
White with #FCE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE57B; }
p { color: rgb(252,229,123); }
H1.HeaderClassName
{
color: #FCE57B;
}
.AnyTagClassName
{
color: #FCE57B;
}
</style>
background-color css
<style>
a { background-color: #FCE57B; }
a { background-color: rgb(252,229,123); }
div.DivClassName
{
background-color: #FCE57B;
}
.BgClassName
{
background-color: #FCE57B;
}
</style>
border-color css
<style>
span { border-color: #FCE57B; }
span { border-color: rgb(252,229,123); }
td.TdClassName
{
border-color: #FCE57B;
}
.TagClassName
{
border-color: #FCE57B;
}
</style>