Shades of Sweet Corn #FCE26E
Tints of Sweet Corn #FCE26E
RGB
CMYK
RGB Variations
Color information
#FCE26E (or 0xFCE26E) is known color: Sweet Corn. HEX triplet: FC, E2 and 6E. RGB value is (252,226,110). Sum of RGB (Red+Green+Blue) = 252+226+110=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE26E is #031D91. Grayscale: #DDDDDD. Windows color (decimal): -204178 or 7267068. OLE color: 7267068.
HSL color Cylindrical-coordinate representation of color #FCE26E: hue angle of 49.01º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCE26E is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 110 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.01 |
| HSL | 49.01º | 0.96% | 0.71% | - |
| HSV(B) | 49.01º | 0.56% | 0.99% | - |
| XYZ | 70.16 | 76.21 | 25.77 | - |
| YUV | 220.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 110 | 0 | 0.10 | 0.56 | 0.01 | 49.01 | 0.96 | 0.71 |
| Hex | FC | E2 | 6E | 0 | A | 38 | 1 | 31 | 60 | 47 |
| Octal | 374 | 342 | 156 | 0 | 12 | 70 | 1 | 61 | 140 | 107 |
| Binary | 11111100 | 11100010 | 1101110 | 0 | 1010 | 111000 | 1 | 110001 | 1100000 | 1000111 |
Color Harmonies of #FCE26E
Complementary color
Monochromatic Colors of #FCE26E
Black with #FCE26E
Text Example
Text Example
White with #FCE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE26E; }
p { color: rgb(252,226,110); }
H1.HeaderClassName
{
color: #FCE26E;
}
.AnyTagClassName
{
color: #FCE26E;
}
</style>
background-color css
<style>
a { background-color: #FCE26E; }
a { background-color: rgb(252,226,110); }
div.DivClassName
{
background-color: #FCE26E;
}
.BgClassName
{
background-color: #FCE26E;
}
</style>
border-color css
<style>
span { border-color: #FCE26E; }
span { border-color: rgb(252,226,110); }
td.TdClassName
{
border-color: #FCE26E;
}
.TagClassName
{
border-color: #FCE26E;
}
</style>