Shades of Sweet Corn #FDE37D
Tints of Sweet Corn #FDE37D
RGB
CMYK
RGB Variations
Color information
#FDE37D (or 0xFDE37D) is known color: Sweet Corn. HEX triplet: FD, E3 and 7D. RGB value is (253,227,125). Sum of RGB (Red+Green+Blue) = 253+227+125=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE37D is #021C82. Grayscale: #DFDFDF. Windows color (decimal): -138371 or 8250365. OLE color: 8250365.
HSL color Cylindrical-coordinate representation of color #FDE37D: hue angle of 47.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE37D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 125 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.01 |
| HSL | 47.81º | 0.97% | 0.74% | - |
| HSV(B) | 47.81º | 0.51% | 0.99% | - |
| XYZ | 71.68 | 77.3 | 30.54 | - |
| YUV | 223.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 125 | 0 | 0.10 | 0.51 | 0.01 | 47.81 | 0.97 | 0.74 |
| Hex | FD | E3 | 7D | 0 | A | 33 | 1 | 30 | 61 | 4A |
| Octal | 375 | 343 | 175 | 0 | 12 | 63 | 1 | 60 | 141 | 112 |
| Binary | 11111101 | 11100011 | 1111101 | 0 | 1010 | 110011 | 1 | 110000 | 1100001 | 1001010 |
Color Harmonies of #FDE37D
Complementary color
Monochromatic Colors of #FDE37D
Black with #FDE37D
Text Example
Text Example
White with #FDE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE37D; }
p { color: rgb(253,227,125); }
H1.HeaderClassName
{
color: #FDE37D;
}
.AnyTagClassName
{
color: #FDE37D;
}
</style>
background-color css
<style>
a { background-color: #FDE37D; }
a { background-color: rgb(253,227,125); }
div.DivClassName
{
background-color: #FDE37D;
}
.BgClassName
{
background-color: #FDE37D;
}
</style>
border-color css
<style>
span { border-color: #FDE37D; }
span { border-color: rgb(253,227,125); }
td.TdClassName
{
border-color: #FDE37D;
}
.TagClassName
{
border-color: #FDE37D;
}
</style>