Shades of Sweet Corn #FCE36B
Tints of Sweet Corn #FCE36B
RGB
CMYK
RGB Variations
Color information
#FCE36B (or 0xFCE36B) is known color: Sweet Corn. HEX triplet: FC, E3 and 6B. RGB value is (252,227,107). Sum of RGB (Red+Green+Blue) = 252+227+107=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 107 (42.19% from 255 or 18.26% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE36B is #031C94. Grayscale: #DDDDDD. Windows color (decimal): -203925 or 7070716. OLE color: 7070716.
HSL color Cylindrical-coordinate representation of color #FCE36B: hue angle of 49.66º 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 #FCE36B is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 107 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.01 |
| HSL | 49.66º | 0.96% | 0.7% | - |
| HSV(B) | 49.66º | 0.58% | 0.99% | - |
| XYZ | 70.27 | 76.7 | 25.01 | - |
| YUV | 220.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 107 | 0 | 0.10 | 0.58 | 0.01 | 49.66 | 0.96 | 0.7 |
| Hex | FC | E3 | 6B | 0 | A | 3A | 1 | 32 | 60 | 46 |
| Octal | 374 | 343 | 153 | 0 | 12 | 72 | 1 | 62 | 140 | 106 |
| Binary | 11111100 | 11100011 | 1101011 | 0 | 1010 | 111010 | 1 | 110010 | 1100000 | 1000110 |
Color Harmonies of #FCE36B
Complementary color
Monochromatic Colors of #FCE36B
Black with #FCE36B
Text Example
Text Example
White with #FCE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE36B; }
p { color: rgb(252,227,107); }
H1.HeaderClassName
{
color: #FCE36B;
}
.AnyTagClassName
{
color: #FCE36B;
}
</style>
background-color css
<style>
a { background-color: #FCE36B; }
a { background-color: rgb(252,227,107); }
div.DivClassName
{
background-color: #FCE36B;
}
.BgClassName
{
background-color: #FCE36B;
}
</style>
border-color css
<style>
span { border-color: #FCE36B; }
span { border-color: rgb(252,227,107); }
td.TdClassName
{
border-color: #FCE36B;
}
.TagClassName
{
border-color: #FCE36B;
}
</style>