Shades of Corn #FDEB62
Tints of Corn #FDEB62
RGB
CMYK
RGB Variations
Color information
#FDEB62 (or 0xFDEB62) is known color: Corn. HEX triplet: FD, EB and 62. RGB value is (253,235,98). Sum of RGB (Red+Green+Blue) = 253+235+98=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 98 (38.67% from 255 or 16.72% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB62 is #02149D. Grayscale: #E1E1E1. Windows color (decimal): -136350 or 6482941. OLE color: 6482941.
HSL color Cylindrical-coordinate representation of color #FDEB62: hue angle of 53.03º 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 #FDEB62 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 98 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.01 |
| HSL | 53.03º | 0.97% | 0.69% | - |
| HSV(B) | 53.03º | 0.61% | 0.99% | - |
| XYZ | 72.42 | 81.18 | 23.41 | - |
| YUV | 224.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 98 | 0 | 0.07 | 0.61 | 0.01 | 53.03 | 0.97 | 0.69 |
| Hex | FD | EB | 62 | 0 | 7 | 3D | 1 | 35 | 61 | 45 |
| Octal | 375 | 353 | 142 | 0 | 7 | 75 | 1 | 65 | 141 | 105 |
| Binary | 11111101 | 11101011 | 1100010 | 0 | 111 | 111101 | 1 | 110101 | 1100001 | 1000101 |
Color Harmonies of #FDEB62
Complementary color
Monochromatic Colors of #FDEB62
Black with #FDEB62
Text Example
Text Example
White with #FDEB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB62; }
p { color: rgb(253,235,98); }
H1.HeaderClassName
{
color: #FDEB62;
}
.AnyTagClassName
{
color: #FDEB62;
}
</style>
background-color css
<style>
a { background-color: #FDEB62; }
a { background-color: rgb(253,235,98); }
div.DivClassName
{
background-color: #FDEB62;
}
.BgClassName
{
background-color: #FDEB62;
}
</style>
border-color css
<style>
span { border-color: #FDEB62; }
span { border-color: rgb(253,235,98); }
td.TdClassName
{
border-color: #FDEB62;
}
.TagClassName
{
border-color: #FDEB62;
}
</style>