Shades of Corn #FDEB5A
Tints of Corn #FDEB5A
RGB
CMYK
RGB Variations
Color information
#FDEB5A (or 0xFDEB5A) is known color: Corn. HEX triplet: FD, EB and 5A. RGB value is (253,235,90). Sum of RGB (Red+Green+Blue) = 253+235+90=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB5A is #0214A5. Grayscale: #E0E0E0. Windows color (decimal): -136358 or 5958653. OLE color: 5958653.
HSL color Cylindrical-coordinate representation of color #FDEB5A: hue angle of 53.37º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDEB5A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 90 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.01 |
| HSL | 53.37º | 0.98% | 0.67% | - |
| HSV(B) | 53.37º | 0.64% | 0.99% | - |
| XYZ | 72.06 | 81.04 | 21.52 | - |
| YUV | 223.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 90 | 0 | 0.07 | 0.64 | 0.01 | 53.37 | 0.98 | 0.67 |
| Hex | FD | EB | 5A | 0 | 7 | 40 | 1 | 35 | 62 | 43 |
| Octal | 375 | 353 | 132 | 0 | 7 | 100 | 1 | 65 | 142 | 103 |
| Binary | 11111101 | 11101011 | 1011010 | 0 | 111 | 1000000 | 1 | 110101 | 1100010 | 1000011 |
Color Harmonies of #FDEB5A
Complementary color
Monochromatic Colors of #FDEB5A
Black with #FDEB5A
Text Example
Text Example
White with #FDEB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB5A; }
p { color: rgb(253,235,90); }
H1.HeaderClassName
{
color: #FDEB5A;
}
.AnyTagClassName
{
color: #FDEB5A;
}
</style>
background-color css
<style>
a { background-color: #FDEB5A; }
a { background-color: rgb(253,235,90); }
div.DivClassName
{
background-color: #FDEB5A;
}
.BgClassName
{
background-color: #FDEB5A;
}
</style>
border-color css
<style>
span { border-color: #FDEB5A; }
span { border-color: rgb(253,235,90); }
td.TdClassName
{
border-color: #FDEB5A;
}
.TagClassName
{
border-color: #FDEB5A;
}
</style>