Shades of Corn #FDEA5B
Tints of Corn #FDEA5B
RGB
CMYK
RGB Variations
Color information
#FDEA5B (or 0xFDEA5B) is known color: Corn. HEX triplet: FD, EA and 5B. RGB value is (253,234,91). Sum of RGB (Red+Green+Blue) = 253+234+91=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 91 (35.94% from 255 or 15.74% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA5B is #0215A4. Grayscale: #DFDFDF. Windows color (decimal): -136613 or 6023933. OLE color: 6023933.
HSL color Cylindrical-coordinate representation of color #FDEA5B: hue angle of 52.96º 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 #FDEA5B is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 91 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.01 |
| HSL | 52.96º | 0.98% | 0.67% | - |
| HSV(B) | 52.96º | 0.64% | 0.99% | - |
| XYZ | 71.82 | 80.48 | 21.65 | - |
| YUV | 223.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 91 | 0 | 0.08 | 0.64 | 0.01 | 52.96 | 0.98 | 0.67 |
| Hex | FD | EA | 5B | 0 | 8 | 40 | 1 | 35 | 62 | 43 |
| Octal | 375 | 352 | 133 | 0 | 10 | 100 | 1 | 65 | 142 | 103 |
| Binary | 11111101 | 11101010 | 1011011 | 0 | 1000 | 1000000 | 1 | 110101 | 1100010 | 1000011 |
Color Harmonies of #FDEA5B
Complementary color
Monochromatic Colors of #FDEA5B
Black with #FDEA5B
Text Example
Text Example
White with #FDEA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA5B; }
p { color: rgb(253,234,91); }
H1.HeaderClassName
{
color: #FDEA5B;
}
.AnyTagClassName
{
color: #FDEA5B;
}
</style>
background-color css
<style>
a { background-color: #FDEA5B; }
a { background-color: rgb(253,234,91); }
div.DivClassName
{
background-color: #FDEA5B;
}
.BgClassName
{
background-color: #FDEA5B;
}
</style>
border-color css
<style>
span { border-color: #FDEA5B; }
span { border-color: rgb(253,234,91); }
td.TdClassName
{
border-color: #FDEA5B;
}
.TagClassName
{
border-color: #FDEA5B;
}
</style>