Shades of Sweet Corn #FCE77D
Tints of Sweet Corn #FCE77D
RGB
CMYK
RGB Variations
Color information
#FCE77D (or 0xFCE77D) is known color: Sweet Corn. HEX triplet: FC, E7 and 7D. RGB value is (252,231,125). Sum of RGB (Red+Green+Blue) = 252+231+125=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE77D is #031882. Grayscale: #E1E1E1. Windows color (decimal): -202883 or 8251388. OLE color: 8251388.
HSL color Cylindrical-coordinate representation of color #FCE77D: hue angle of 50.08º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE77D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 125 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.01 |
| HSL | 50.08º | 0.95% | 0.74% | - |
| HSV(B) | 50.08º | 0.5% | 0.99% | - |
| XYZ | 72.42 | 79.33 | 30.9 | - |
| YUV | 225.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 125 | 0 | 0.08 | 0.50 | 0.01 | 50.08 | 0.95 | 0.74 |
| Hex | FC | E7 | 7D | 0 | 8 | 32 | 1 | 32 | 5F | 4A |
| Octal | 374 | 347 | 175 | 0 | 10 | 62 | 1 | 62 | 137 | 112 |
| Binary | 11111100 | 11100111 | 1111101 | 0 | 1000 | 110010 | 1 | 110010 | 1011111 | 1001010 |
Color Harmonies of #FCE77D
Complementary color
Monochromatic Colors of #FCE77D
Black with #FCE77D
Text Example
Text Example
White with #FCE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE77D; }
p { color: rgb(252,231,125); }
H1.HeaderClassName
{
color: #FCE77D;
}
.AnyTagClassName
{
color: #FCE77D;
}
</style>
background-color css
<style>
a { background-color: #FCE77D; }
a { background-color: rgb(252,231,125); }
div.DivClassName
{
background-color: #FCE77D;
}
.BgClassName
{
background-color: #FCE77D;
}
</style>
border-color css
<style>
span { border-color: #FCE77D; }
span { border-color: rgb(252,231,125); }
td.TdClassName
{
border-color: #FCE77D;
}
.TagClassName
{
border-color: #FCE77D;
}
</style>