Shades of Sweet Corn #FCE26B
Tints of Sweet Corn #FCE26B
RGB
CMYK
RGB Variations
Color information
#FCE26B (or 0xFCE26B) is known color: Sweet Corn. HEX triplet: FC, E2 and 6B. RGB value is (252,226,107). Sum of RGB (Red+Green+Blue) = 252+226+107=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 107 (42.19% from 255 or 18.29% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE26B is #031D94. Grayscale: #DCDCDC. Windows color (decimal): -204181 or 7070460. OLE color: 7070460.
HSL color Cylindrical-coordinate representation of color #FCE26B: hue angle of 49.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCE26B is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 107 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.01 |
| HSL | 49.24º | 0.96% | 0.7% | - |
| HSV(B) | 49.24º | 0.58% | 0.99% | - |
| XYZ | 70 | 76.15 | 24.92 | - |
| YUV | 220.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 107 | 0 | 0.10 | 0.58 | 0.01 | 49.24 | 0.96 | 0.7 |
| Hex | FC | E2 | 6B | 0 | A | 3A | 1 | 31 | 60 | 46 |
| Octal | 374 | 342 | 153 | 0 | 12 | 72 | 1 | 61 | 140 | 106 |
| Binary | 11111100 | 11100010 | 1101011 | 0 | 1010 | 111010 | 1 | 110001 | 1100000 | 1000110 |
Color Harmonies of #FCE26B
Complementary color
Monochromatic Colors of #FCE26B
Black with #FCE26B
Text Example
Text Example
White with #FCE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE26B; }
p { color: rgb(252,226,107); }
H1.HeaderClassName
{
color: #FCE26B;
}
.AnyTagClassName
{
color: #FCE26B;
}
</style>
background-color css
<style>
a { background-color: #FCE26B; }
a { background-color: rgb(252,226,107); }
div.DivClassName
{
background-color: #FCE26B;
}
.BgClassName
{
background-color: #FCE26B;
}
</style>
border-color css
<style>
span { border-color: #FCE26B; }
span { border-color: rgb(252,226,107); }
td.TdClassName
{
border-color: #FCE26B;
}
.TagClassName
{
border-color: #FCE26B;
}
</style>