Shades of Sweet Corn #FDE46B
Tints of Sweet Corn #FDE46B
RGB
CMYK
RGB Variations
Color information
#FDE46B (or 0xFDE46B) is known color: Sweet Corn. HEX triplet: FD, E4 and 6B. RGB value is (253,228,107). Sum of RGB (Red+Green+Blue) = 253+228+107=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE46B is #021B94. Grayscale: #DEDEDE. Windows color (decimal): -138133 or 7070973. OLE color: 7070973.
HSL color Cylindrical-coordinate representation of color #FDE46B: hue angle of 49.73º 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 #FDE46B is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 107 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.01 |
| HSL | 49.73º | 0.97% | 0.71% | - |
| HSV(B) | 49.73º | 0.58% | 0.99% | - |
| XYZ | 70.91 | 77.43 | 25.12 | - |
| YUV | 221.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 107 | 0 | 0.10 | 0.58 | 0.01 | 49.73 | 0.97 | 0.71 |
| Hex | FD | E4 | 6B | 0 | A | 3A | 1 | 32 | 61 | 47 |
| Octal | 375 | 344 | 153 | 0 | 12 | 72 | 1 | 62 | 141 | 107 |
| Binary | 11111101 | 11100100 | 1101011 | 0 | 1010 | 111010 | 1 | 110010 | 1100001 | 1000111 |
Color Harmonies of #FDE46B
Complementary color
Monochromatic Colors of #FDE46B
Black with #FDE46B
Text Example
Text Example
White with #FDE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE46B; }
p { color: rgb(253,228,107); }
H1.HeaderClassName
{
color: #FDE46B;
}
.AnyTagClassName
{
color: #FDE46B;
}
</style>
background-color css
<style>
a { background-color: #FDE46B; }
a { background-color: rgb(253,228,107); }
div.DivClassName
{
background-color: #FDE46B;
}
.BgClassName
{
background-color: #FDE46B;
}
</style>
border-color css
<style>
span { border-color: #FDE46B; }
span { border-color: rgb(253,228,107); }
td.TdClassName
{
border-color: #FDE46B;
}
.TagClassName
{
border-color: #FDE46B;
}
</style>