Shades of Sweet Corn #FDE073
Tints of Sweet Corn #FDE073
RGB
CMYK
RGB Variations
Color information
#FDE073 (or 0xFDE073) is known color: Sweet Corn. HEX triplet: FD, E0 and 73. RGB value is (253,224,115). Sum of RGB (Red+Green+Blue) = 253+224+115=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE073 is #021F8C. Grayscale: #DCDCDC. Windows color (decimal): -139149 or 7594237. OLE color: 7594237.
HSL color Cylindrical-coordinate representation of color #FDE073: hue angle of 47.39º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDE073 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 115 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.01 |
| HSL | 47.39º | 0.97% | 0.72% | - |
| HSV(B) | 47.39º | 0.55% | 0.99% | - |
| XYZ | 70.26 | 75.43 | 27.08 | - |
| YUV | 220.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 115 | 0 | 0.11 | 0.55 | 0.01 | 47.39 | 0.97 | 0.72 |
| Hex | FD | E0 | 73 | 0 | B | 37 | 1 | 2F | 61 | 48 |
| Octal | 375 | 340 | 163 | 0 | 13 | 67 | 1 | 57 | 141 | 110 |
| Binary | 11111101 | 11100000 | 1110011 | 0 | 1011 | 110111 | 1 | 101111 | 1100001 | 1001000 |
Color Harmonies of #FDE073
Complementary color
Monochromatic Colors of #FDE073
Black with #FDE073
Text Example
Text Example
White with #FDE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE073; }
p { color: rgb(253,224,115); }
H1.HeaderClassName
{
color: #FDE073;
}
.AnyTagClassName
{
color: #FDE073;
}
</style>
background-color css
<style>
a { background-color: #FDE073; }
a { background-color: rgb(253,224,115); }
div.DivClassName
{
background-color: #FDE073;
}
.BgClassName
{
background-color: #FDE073;
}
</style>
border-color css
<style>
span { border-color: #FDE073; }
span { border-color: rgb(253,224,115); }
td.TdClassName
{
border-color: #FDE073;
}
.TagClassName
{
border-color: #FDE073;
}
</style>