Shades of Sweet Corn #FDE27D
Tints of Sweet Corn #FDE27D
RGB
CMYK
RGB Variations
Color information
#FDE27D (or 0xFDE27D) is known color: Sweet Corn. HEX triplet: FD, E2 and 7D. RGB value is (253,226,125). Sum of RGB (Red+Green+Blue) = 253+226+125=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE27D is #021D82. Grayscale: #DEDEDE. Windows color (decimal): -138627 or 8250109. OLE color: 8250109.
HSL color Cylindrical-coordinate representation of color #FDE27D: hue angle of 47.34º 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 #FDE27D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 125 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.01 |
| HSL | 47.34º | 0.97% | 0.74% | - |
| HSV(B) | 47.34º | 0.51% | 0.99% | - |
| XYZ | 71.41 | 76.76 | 30.45 | - |
| YUV | 222.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 125 | 0 | 0.11 | 0.51 | 0.01 | 47.34 | 0.97 | 0.74 |
| Hex | FD | E2 | 7D | 0 | B | 33 | 1 | 2F | 61 | 4A |
| Octal | 375 | 342 | 175 | 0 | 13 | 63 | 1 | 57 | 141 | 112 |
| Binary | 11111101 | 11100010 | 1111101 | 0 | 1011 | 110011 | 1 | 101111 | 1100001 | 1001010 |
Color Harmonies of #FDE27D
Complementary color
Monochromatic Colors of #FDE27D
Black with #FDE27D
Text Example
Text Example
White with #FDE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE27D; }
p { color: rgb(253,226,125); }
H1.HeaderClassName
{
color: #FDE27D;
}
.AnyTagClassName
{
color: #FDE27D;
}
</style>
background-color css
<style>
a { background-color: #FDE27D; }
a { background-color: rgb(253,226,125); }
div.DivClassName
{
background-color: #FDE27D;
}
.BgClassName
{
background-color: #FDE27D;
}
</style>
border-color css
<style>
span { border-color: #FDE27D; }
span { border-color: rgb(253,226,125); }
td.TdClassName
{
border-color: #FDE27D;
}
.TagClassName
{
border-color: #FDE27D;
}
</style>