Shades of Corn #FDED57
Tints of Corn #FDED57
RGB
CMYK
RGB Variations
Color information
#FDED57 (or 0xFDED57) is known color: Corn. HEX triplet: FD, ED and 57. RGB value is (253,237,87). Sum of RGB (Red+Green+Blue) = 253+237+87=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 87 (34.38% from 255 or 15.08% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED57 is #0212A8. Grayscale: #E1E1E1. Windows color (decimal): -135849 or 5762557. OLE color: 5762557.
HSL color Cylindrical-coordinate representation of color #FDED57: hue angle of 54.22º 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 #FDED57 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 87 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.01 |
| HSL | 54.22º | 0.98% | 0.67% | - |
| HSV(B) | 54.22º | 0.66% | 0.99% | - |
| XYZ | 72.51 | 82.14 | 21.05 | - |
| YUV | 224.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 87 | 0 | 0.06 | 0.66 | 0.01 | 54.22 | 0.98 | 0.67 |
| Hex | FD | ED | 57 | 0 | 6 | 42 | 1 | 36 | 62 | 43 |
| Octal | 375 | 355 | 127 | 0 | 6 | 102 | 1 | 66 | 142 | 103 |
| Binary | 11111101 | 11101101 | 1010111 | 0 | 110 | 1000010 | 1 | 110110 | 1100010 | 1000011 |
Color Harmonies of #FDED57
Complementary color
Monochromatic Colors of #FDED57
Black with #FDED57
Text Example
Text Example
White with #FDED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED57; }
p { color: rgb(253,237,87); }
H1.HeaderClassName
{
color: #FDED57;
}
.AnyTagClassName
{
color: #FDED57;
}
</style>
background-color css
<style>
a { background-color: #FDED57; }
a { background-color: rgb(253,237,87); }
div.DivClassName
{
background-color: #FDED57;
}
.BgClassName
{
background-color: #FDED57;
}
</style>
border-color css
<style>
span { border-color: #FDED57; }
span { border-color: rgb(253,237,87); }
td.TdClassName
{
border-color: #FDED57;
}
.TagClassName
{
border-color: #FDED57;
}
</style>