Shades of Corn #FDF55B
Tints of Corn #FDF55B
RGB
CMYK
RGB Variations
Color information
#FDF55B (or 0xFDF55B) is known color: Corn. HEX triplet: FD, F5 and 5B. RGB value is (253,245,91). Sum of RGB (Red+Green+Blue) = 253+245+91=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 91 (35.94% from 255 or 15.45% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF55B is #020AA4. Grayscale: #E6E6E6. Windows color (decimal): -133797 or 6026749. OLE color: 6026749.
HSL color Cylindrical-coordinate representation of color #FDF55B: hue angle of 57.04º 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 #FDF55B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 91 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.01 |
| HSL | 57.04º | 0.98% | 0.67% | - |
| HSV(B) | 57.04º | 0.64% | 0.99% | - |
| XYZ | 75.05 | 86.94 | 22.72 | - |
| YUV | 229.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 91 | 0 | 0.03 | 0.64 | 0.01 | 57.04 | 0.98 | 0.67 |
| Hex | FD | F5 | 5B | 0 | 3 | 40 | 1 | 39 | 62 | 43 |
| Octal | 375 | 365 | 133 | 0 | 3 | 100 | 1 | 71 | 142 | 103 |
| Binary | 11111101 | 11110101 | 1011011 | 0 | 11 | 1000000 | 1 | 111001 | 1100010 | 1000011 |
Color Harmonies of #FDF55B
Complementary color
Monochromatic Colors of #FDF55B
Black with #FDF55B
Text Example
Text Example
White with #FDF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF55B; }
p { color: rgb(253,245,91); }
H1.HeaderClassName
{
color: #FDF55B;
}
.AnyTagClassName
{
color: #FDF55B;
}
</style>
background-color css
<style>
a { background-color: #FDF55B; }
a { background-color: rgb(253,245,91); }
div.DivClassName
{
background-color: #FDF55B;
}
.BgClassName
{
background-color: #FDF55B;
}
</style>
border-color css
<style>
span { border-color: #FDF55B; }
span { border-color: rgb(253,245,91); }
td.TdClassName
{
border-color: #FDF55B;
}
.TagClassName
{
border-color: #FDF55B;
}
</style>