Shades of Corn #FDEA63
Tints of Corn #FDEA63
RGB
CMYK
RGB Variations
Color information
#FDEA63 (or 0xFDEA63) is known color: Corn. HEX triplet: FD, EA and 63. RGB value is (253,234,99). Sum of RGB (Red+Green+Blue) = 253+234+99=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 99 (39.06% from 255 or 16.89% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA63 is #02159C. Grayscale: #E0E0E0. Windows color (decimal): -136605 or 6548221. OLE color: 6548221.
HSL color Cylindrical-coordinate representation of color #FDEA63: hue angle of 52.6º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDEA63 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 99 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.01 |
| HSL | 52.6º | 0.97% | 0.69% | - |
| HSV(B) | 52.6º | 0.61% | 0.99% | - |
| XYZ | 72.18 | 80.63 | 23.56 | - |
| YUV | 224.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 99 | 0 | 0.08 | 0.61 | 0.01 | 52.6 | 0.97 | 0.69 |
| Hex | FD | EA | 63 | 0 | 8 | 3D | 1 | 35 | 61 | 45 |
| Octal | 375 | 352 | 143 | 0 | 10 | 75 | 1 | 65 | 141 | 105 |
| Binary | 11111101 | 11101010 | 1100011 | 0 | 1000 | 111101 | 1 | 110101 | 1100001 | 1000101 |
Color Harmonies of #FDEA63
Complementary color
Monochromatic Colors of #FDEA63
Black with #FDEA63
Text Example
Text Example
White with #FDEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA63; }
p { color: rgb(253,234,99); }
H1.HeaderClassName
{
color: #FDEA63;
}
.AnyTagClassName
{
color: #FDEA63;
}
</style>
background-color css
<style>
a { background-color: #FDEA63; }
a { background-color: rgb(253,234,99); }
div.DivClassName
{
background-color: #FDEA63;
}
.BgClassName
{
background-color: #FDEA63;
}
</style>
border-color css
<style>
span { border-color: #FDEA63; }
span { border-color: rgb(253,234,99); }
td.TdClassName
{
border-color: #FDEA63;
}
.TagClassName
{
border-color: #FDEA63;
}
</style>