Shades of Sweet Corn #FCE474
Tints of Sweet Corn #FCE474
RGB
CMYK
RGB Variations
Color information
#FCE474 (or 0xFCE474) is known color: Sweet Corn. HEX triplet: FC, E4 and 74. RGB value is (252,228,116). Sum of RGB (Red+Green+Blue) = 252+228+116=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE474 is #031B8B. Grayscale: #DEDEDE. Windows color (decimal): -203660 or 7660796. OLE color: 7660796.
HSL color Cylindrical-coordinate representation of color #FCE474: hue angle of 49.41º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCE474 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 116 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.01 |
| HSL | 49.41º | 0.96% | 0.72% | - |
| HSV(B) | 49.41º | 0.54% | 0.99% | - |
| XYZ | 71.04 | 77.44 | 27.73 | - |
| YUV | 222.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 116 | 0 | 0.10 | 0.54 | 0.01 | 49.41 | 0.96 | 0.72 |
| Hex | FC | E4 | 74 | 0 | A | 36 | 1 | 31 | 60 | 48 |
| Octal | 374 | 344 | 164 | 0 | 12 | 66 | 1 | 61 | 140 | 110 |
| Binary | 11111100 | 11100100 | 1110100 | 0 | 1010 | 110110 | 1 | 110001 | 1100000 | 1001000 |
Color Harmonies of #FCE474
Complementary color
Monochromatic Colors of #FCE474
Black with #FCE474
Text Example
Text Example
White with #FCE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE474; }
p { color: rgb(252,228,116); }
H1.HeaderClassName
{
color: #FCE474;
}
.AnyTagClassName
{
color: #FCE474;
}
</style>
background-color css
<style>
a { background-color: #FCE474; }
a { background-color: rgb(252,228,116); }
div.DivClassName
{
background-color: #FCE474;
}
.BgClassName
{
background-color: #FCE474;
}
</style>
border-color css
<style>
span { border-color: #FCE474; }
span { border-color: rgb(252,228,116); }
td.TdClassName
{
border-color: #FCE474;
}
.TagClassName
{
border-color: #FCE474;
}
</style>