Shades of Sweet Corn #FDE075
Tints of Sweet Corn #FDE075
RGB
CMYK
RGB Variations
Color information
#FDE075 (or 0xFDE075) is known color: Sweet Corn. HEX triplet: FD, E0 and 75. RGB value is (253,224,117). Sum of RGB (Red+Green+Blue) = 253+224+117=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE075 is #021F8A. Grayscale: #DCDCDC. Windows color (decimal): -139147 or 7725309. OLE color: 7725309.
HSL color Cylindrical-coordinate representation of color #FDE075: hue angle of 47.21º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDE075 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 117 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.01 |
| HSL | 47.21º | 0.97% | 0.73% | - |
| HSV(B) | 47.21º | 0.54% | 0.99% | - |
| XYZ | 70.37 | 75.48 | 27.69 | - |
| YUV | 220.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 117 | 0 | 0.11 | 0.54 | 0.01 | 47.21 | 0.97 | 0.73 |
| Hex | FD | E0 | 75 | 0 | B | 36 | 1 | 2F | 61 | 49 |
| Octal | 375 | 340 | 165 | 0 | 13 | 66 | 1 | 57 | 141 | 111 |
| Binary | 11111101 | 11100000 | 1110101 | 0 | 1011 | 110110 | 1 | 101111 | 1100001 | 1001001 |
Color Harmonies of #FDE075
Complementary color
Monochromatic Colors of #FDE075
Black with #FDE075
Text Example
Text Example
White with #FDE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE075; }
p { color: rgb(253,224,117); }
H1.HeaderClassName
{
color: #FDE075;
}
.AnyTagClassName
{
color: #FDE075;
}
</style>
background-color css
<style>
a { background-color: #FDE075; }
a { background-color: rgb(253,224,117); }
div.DivClassName
{
background-color: #FDE075;
}
.BgClassName
{
background-color: #FDE075;
}
</style>
border-color css
<style>
span { border-color: #FDE075; }
span { border-color: rgb(253,224,117); }
td.TdClassName
{
border-color: #FDE075;
}
.TagClassName
{
border-color: #FDE075;
}
</style>