Shades of Corn #FDEF5B
Tints of Corn #FDEF5B
RGB
CMYK
RGB Variations
Color information
#FDEF5B (or 0xFDEF5B) is known color: Corn. HEX triplet: FD, EF and 5B. RGB value is (253,239,91). Sum of RGB (Red+Green+Blue) = 253+239+91=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF5B is #0210A4. Grayscale: #E2E2E2. Windows color (decimal): -135333 or 6025213. OLE color: 6025213.
HSL color Cylindrical-coordinate representation of color #FDEF5B: hue angle of 54.81º 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 #FDEF5B is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 91 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.01 |
| HSL | 54.81º | 0.98% | 0.67% | - |
| HSV(B) | 54.81º | 0.64% | 0.99% | - |
| XYZ | 73.26 | 83.37 | 22.13 | - |
| YUV | 226.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 91 | 0 | 0.06 | 0.64 | 0.01 | 54.81 | 0.98 | 0.67 |
| Hex | FD | EF | 5B | 0 | 6 | 40 | 1 | 37 | 62 | 43 |
| Octal | 375 | 357 | 133 | 0 | 6 | 100 | 1 | 67 | 142 | 103 |
| Binary | 11111101 | 11101111 | 1011011 | 0 | 110 | 1000000 | 1 | 110111 | 1100010 | 1000011 |
Color Harmonies of #FDEF5B
Complementary color
Monochromatic Colors of #FDEF5B
Black with #FDEF5B
Text Example
Text Example
White with #FDEF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF5B; }
p { color: rgb(253,239,91); }
H1.HeaderClassName
{
color: #FDEF5B;
}
.AnyTagClassName
{
color: #FDEF5B;
}
</style>
background-color css
<style>
a { background-color: #FDEF5B; }
a { background-color: rgb(253,239,91); }
div.DivClassName
{
background-color: #FDEF5B;
}
.BgClassName
{
background-color: #FDEF5B;
}
</style>
border-color css
<style>
span { border-color: #FDEF5B; }
span { border-color: rgb(253,239,91); }
td.TdClassName
{
border-color: #FDEF5B;
}
.TagClassName
{
border-color: #FDEF5B;
}
</style>