Shades of Corn #FDEF5A
Tints of Corn #FDEF5A
RGB
CMYK
RGB Variations
Color information
#FDEF5A (or 0xFDEF5A) is known color: Corn. HEX triplet: FD, EF and 5A. RGB value is (253,239,90). Sum of RGB (Red+Green+Blue) = 253+239+90=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF5A is #0210A5. Grayscale: #E2E2E2. Windows color (decimal): -135334 or 5959677. OLE color: 5959677.
HSL color Cylindrical-coordinate representation of color #FDEF5A: hue angle of 54.85º 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 #FDEF5A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 90 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.01 |
| HSL | 54.85º | 0.98% | 0.67% | - |
| HSV(B) | 54.85º | 0.64% | 0.99% | - |
| XYZ | 73.22 | 83.35 | 21.9 | - |
| YUV | 226.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 90 | 0 | 0.06 | 0.64 | 0.01 | 54.85 | 0.98 | 0.67 |
| Hex | FD | EF | 5A | 0 | 6 | 40 | 1 | 37 | 62 | 43 |
| Octal | 375 | 357 | 132 | 0 | 6 | 100 | 1 | 67 | 142 | 103 |
| Binary | 11111101 | 11101111 | 1011010 | 0 | 110 | 1000000 | 1 | 110111 | 1100010 | 1000011 |
Color Harmonies of #FDEF5A
Complementary color
Monochromatic Colors of #FDEF5A
Black with #FDEF5A
Text Example
Text Example
White with #FDEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF5A; }
p { color: rgb(253,239,90); }
H1.HeaderClassName
{
color: #FDEF5A;
}
.AnyTagClassName
{
color: #FDEF5A;
}
</style>
background-color css
<style>
a { background-color: #FDEF5A; }
a { background-color: rgb(253,239,90); }
div.DivClassName
{
background-color: #FDEF5A;
}
.BgClassName
{
background-color: #FDEF5A;
}
</style>
border-color css
<style>
span { border-color: #FDEF5A; }
span { border-color: rgb(253,239,90); }
td.TdClassName
{
border-color: #FDEF5A;
}
.TagClassName
{
border-color: #FDEF5A;
}
</style>