Shades of Corn #FDF759
Tints of Corn #FDF759
RGB
CMYK
RGB Variations
Color information
#FDF759 (or 0xFDF759) is known color: Corn. HEX triplet: FD, F7 and 59. RGB value is (253,247,89). Sum of RGB (Red+Green+Blue) = 253+247+89=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 89 (35.16% from 255 or 15.11% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF759 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF759 is #0208A6. Grayscale: #E7E7E7. Windows color (decimal): -133287 or 5896189. OLE color: 5896189.
HSL color Cylindrical-coordinate representation of color #FDF759: hue angle of 57.8º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDF759 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 89 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.01 |
| HSL | 57.8º | 0.98% | 0.67% | - |
| HSV(B) | 57.8º | 0.65% | 0.99% | - |
| XYZ | 75.57 | 88.13 | 22.48 | - |
| YUV | 230.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 89 | 0 | 0.02 | 0.65 | 0.01 | 57.8 | 0.98 | 0.67 |
| Hex | FD | F7 | 59 | 0 | 2 | 41 | 1 | 3A | 62 | 43 |
| Octal | 375 | 367 | 131 | 0 | 2 | 101 | 1 | 72 | 142 | 103 |
| Binary | 11111101 | 11110111 | 1011001 | 0 | 10 | 1000001 | 1 | 111010 | 1100010 | 1000011 |
Color Harmonies of #FDF759
Complementary color
Monochromatic Colors of #FDF759
Black with #FDF759
Text Example
Text Example
White with #FDF759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF759; }
p { color: rgb(253,247,89); }
H1.HeaderClassName
{
color: #FDF759;
}
.AnyTagClassName
{
color: #FDF759;
}
</style>
background-color css
<style>
a { background-color: #FDF759; }
a { background-color: rgb(253,247,89); }
div.DivClassName
{
background-color: #FDF759;
}
.BgClassName
{
background-color: #FDF759;
}
</style>
border-color css
<style>
span { border-color: #FDF759; }
span { border-color: rgb(253,247,89); }
td.TdClassName
{
border-color: #FDF759;
}
.TagClassName
{
border-color: #FDF759;
}
</style>