Shades of Sweet Corn #FDE26A
Tints of Sweet Corn #FDE26A
RGB
CMYK
RGB Variations
Color information
#FDE26A (or 0xFDE26A) is known color: Sweet Corn. HEX triplet: FD, E2 and 6A. RGB value is (253,226,106). Sum of RGB (Red+Green+Blue) = 253+226+106=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE26A is #021D95. Grayscale: #DCDCDC. Windows color (decimal): -138646 or 7004925. OLE color: 7004925.
HSL color Cylindrical-coordinate representation of color #FDE26A: hue angle of 48.98º degrees, saturation: 0.97, 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 #FDE26A is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 106 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.01 |
| HSL | 48.98º | 0.97% | 0.7% | - |
| HSV(B) | 48.98º | 0.58% | 0.99% | - |
| XYZ | 70.31 | 76.32 | 24.66 | - |
| YUV | 220.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 106 | 0 | 0.11 | 0.58 | 0.01 | 48.98 | 0.97 | 0.7 |
| Hex | FD | E2 | 6A | 0 | B | 3A | 1 | 31 | 61 | 46 |
| Octal | 375 | 342 | 152 | 0 | 13 | 72 | 1 | 61 | 141 | 106 |
| Binary | 11111101 | 11100010 | 1101010 | 0 | 1011 | 111010 | 1 | 110001 | 1100001 | 1000110 |
Color Harmonies of #FDE26A
Complementary color
Monochromatic Colors of #FDE26A
Black with #FDE26A
Text Example
Text Example
White with #FDE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE26A; }
p { color: rgb(253,226,106); }
H1.HeaderClassName
{
color: #FDE26A;
}
.AnyTagClassName
{
color: #FDE26A;
}
</style>
background-color css
<style>
a { background-color: #FDE26A; }
a { background-color: rgb(253,226,106); }
div.DivClassName
{
background-color: #FDE26A;
}
.BgClassName
{
background-color: #FDE26A;
}
</style>
border-color css
<style>
span { border-color: #FDE26A; }
span { border-color: rgb(253,226,106); }
td.TdClassName
{
border-color: #FDE26A;
}
.TagClassName
{
border-color: #FDE26A;
}
</style>