Shades of Corn #FDEF57
Tints of Corn #FDEF57
RGB
CMYK
RGB Variations
Color information
#FDEF57 (or 0xFDEF57) is known color: Corn. HEX triplet: FD, EF and 57. RGB value is (253,239,87). Sum of RGB (Red+Green+Blue) = 253+239+87=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 87 (34.38% from 255 or 15.03% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF57 is #0210A8. Grayscale: #E2E2E2. Windows color (decimal): -135337 or 5763069. OLE color: 5763069.
HSL color Cylindrical-coordinate representation of color #FDEF57: hue angle of 54.94º 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 #FDEF57 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 87 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.01 |
| HSL | 54.94º | 0.98% | 0.67% | - |
| HSV(B) | 54.94º | 0.66% | 0.99% | - |
| XYZ | 73.09 | 83.3 | 21.24 | - |
| YUV | 225.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 87 | 0 | 0.06 | 0.66 | 0.01 | 54.94 | 0.98 | 0.67 |
| Hex | FD | EF | 57 | 0 | 6 | 42 | 1 | 37 | 62 | 43 |
| Octal | 375 | 357 | 127 | 0 | 6 | 102 | 1 | 67 | 142 | 103 |
| Binary | 11111101 | 11101111 | 1010111 | 0 | 110 | 1000010 | 1 | 110111 | 1100010 | 1000011 |
Color Harmonies of #FDEF57
Complementary color
Monochromatic Colors of #FDEF57
Black with #FDEF57
Text Example
Text Example
White with #FDEF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF57; }
p { color: rgb(253,239,87); }
H1.HeaderClassName
{
color: #FDEF57;
}
.AnyTagClassName
{
color: #FDEF57;
}
</style>
background-color css
<style>
a { background-color: #FDEF57; }
a { background-color: rgb(253,239,87); }
div.DivClassName
{
background-color: #FDEF57;
}
.BgClassName
{
background-color: #FDEF57;
}
</style>
border-color css
<style>
span { border-color: #FDEF57; }
span { border-color: rgb(253,239,87); }
td.TdClassName
{
border-color: #FDEF57;
}
.TagClassName
{
border-color: #FDEF57;
}
</style>