Shades of Sweet Corn #FDEA81
Tints of Sweet Corn #FDEA81
RGB
CMYK
RGB Variations
Color information
#FDEA81 (or 0xFDEA81) is known color: Sweet Corn. HEX triplet: FD, EA and 81. RGB value is (253,234,129). Sum of RGB (Red+Green+Blue) = 253+234+129=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 129 (50.78% from 255 or 20.94% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA81 is #02157E. Grayscale: #E4E4E4. Windows color (decimal): -136575 or 8514301. OLE color: 8514301.
HSL color Cylindrical-coordinate representation of color #FDEA81: hue angle of 50.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDEA81 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 129 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.01 |
| HSL | 50.81º | 0.97% | 0.75% | - |
| HSV(B) | 50.81º | 0.49% | 0.99% | - |
| XYZ | 73.89 | 81.31 | 32.57 | - |
| YUV | 227.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 129 | 0 | 0.08 | 0.49 | 0.01 | 50.81 | 0.97 | 0.75 |
| Hex | FD | EA | 81 | 0 | 8 | 31 | 1 | 33 | 61 | 4B |
| Octal | 375 | 352 | 201 | 0 | 10 | 61 | 1 | 63 | 141 | 113 |
| Binary | 11111101 | 11101010 | 10000001 | 0 | 1000 | 110001 | 1 | 110011 | 1100001 | 1001011 |
Color Harmonies of #FDEA81
Complementary color
Monochromatic Colors of #FDEA81
Black with #FDEA81
Text Example
Text Example
White with #FDEA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA81; }
p { color: rgb(253,234,129); }
H1.HeaderClassName
{
color: #FDEA81;
}
.AnyTagClassName
{
color: #FDEA81;
}
</style>
background-color css
<style>
a { background-color: #FDEA81; }
a { background-color: rgb(253,234,129); }
div.DivClassName
{
background-color: #FDEA81;
}
.BgClassName
{
background-color: #FDEA81;
}
</style>
border-color css
<style>
span { border-color: #FDEA81; }
span { border-color: rgb(253,234,129); }
td.TdClassName
{
border-color: #FDEA81;
}
.TagClassName
{
border-color: #FDEA81;
}
</style>