Shades of Corn #FDE857
Tints of Corn #FDE857
RGB
CMYK
RGB Variations
Color information
#FDE857 (or 0xFDE857) is known color: Corn. HEX triplet: FD, E8 and 57. RGB value is (253,232,87). Sum of RGB (Red+Green+Blue) = 253+232+87=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 87 (34.38% from 255 or 15.21% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE857 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE857 is #0217A8. Grayscale: #DEDEDE. Windows color (decimal): -137129 or 5761277. OLE color: 5761277.
HSL color Cylindrical-coordinate representation of color #FDE857: hue angle of 52.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDE857 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 87 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.01 |
| HSL | 52.41º | 0.98% | 0.67% | - |
| HSV(B) | 52.41º | 0.66% | 0.99% | - |
| XYZ | 71.08 | 79.28 | 20.57 | - |
| YUV | 221.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 87 | 0 | 0.08 | 0.66 | 0.01 | 52.41 | 0.98 | 0.67 |
| Hex | FD | E8 | 57 | 0 | 8 | 42 | 1 | 34 | 62 | 43 |
| Octal | 375 | 350 | 127 | 0 | 10 | 102 | 1 | 64 | 142 | 103 |
| Binary | 11111101 | 11101000 | 1010111 | 0 | 1000 | 1000010 | 1 | 110100 | 1100010 | 1000011 |
Color Harmonies of #FDE857
Complementary color
Monochromatic Colors of #FDE857
Black with #FDE857
Text Example
Text Example
White with #FDE857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE857; }
p { color: rgb(253,232,87); }
H1.HeaderClassName
{
color: #FDE857;
}
.AnyTagClassName
{
color: #FDE857;
}
</style>
background-color css
<style>
a { background-color: #FDE857; }
a { background-color: rgb(253,232,87); }
div.DivClassName
{
background-color: #FDE857;
}
.BgClassName
{
background-color: #FDE857;
}
</style>
border-color css
<style>
span { border-color: #FDE857; }
span { border-color: rgb(253,232,87); }
td.TdClassName
{
border-color: #FDE857;
}
.TagClassName
{
border-color: #FDE857;
}
</style>