Shades of Sweet Corn #FDE56B
Tints of Sweet Corn #FDE56B
RGB
CMYK
RGB Variations
Color information
#FDE56B (or 0xFDE56B) is known color: Sweet Corn. HEX triplet: FD, E5 and 6B. RGB value is (253,229,107). Sum of RGB (Red+Green+Blue) = 253+229+107=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 107 (42.19% from 255 or 18.17% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE56B is #021A94. Grayscale: #DEDEDE. Windows color (decimal): -137877 or 7071229. OLE color: 7071229.
HSL color Cylindrical-coordinate representation of color #FDE56B: hue angle of 50.14º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDE56B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 107 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.01 |
| HSL | 50.14º | 0.97% | 0.71% | - |
| HSV(B) | 50.14º | 0.58% | 0.99% | - |
| XYZ | 71.18 | 77.98 | 25.21 | - |
| YUV | 222.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 107 | 0 | 0.09 | 0.58 | 0.01 | 50.14 | 0.97 | 0.71 |
| Hex | FD | E5 | 6B | 0 | 9 | 3A | 1 | 32 | 61 | 47 |
| Octal | 375 | 345 | 153 | 0 | 11 | 72 | 1 | 62 | 141 | 107 |
| Binary | 11111101 | 11100101 | 1101011 | 0 | 1001 | 111010 | 1 | 110010 | 1100001 | 1000111 |
Color Harmonies of #FDE56B
Complementary color
Monochromatic Colors of #FDE56B
Black with #FDE56B
Text Example
Text Example
White with #FDE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE56B; }
p { color: rgb(253,229,107); }
H1.HeaderClassName
{
color: #FDE56B;
}
.AnyTagClassName
{
color: #FDE56B;
}
</style>
background-color css
<style>
a { background-color: #FDE56B; }
a { background-color: rgb(253,229,107); }
div.DivClassName
{
background-color: #FDE56B;
}
.BgClassName
{
background-color: #FDE56B;
}
</style>
border-color css
<style>
span { border-color: #FDE56B; }
span { border-color: rgb(253,229,107); }
td.TdClassName
{
border-color: #FDE56B;
}
.TagClassName
{
border-color: #FDE56B;
}
</style>