Shades of Corn #FDF758
Tints of Corn #FDF758
RGB
CMYK
RGB Variations
Color information
#FDF758 (or 0xFDF758) is known color: Corn. HEX triplet: FD, F7 and 58. RGB value is (253,247,88). Sum of RGB (Red+Green+Blue) = 253+247+88=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 88 (34.77% from 255 or 14.97% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF758 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF758 is #0208A7. Grayscale: #E7E7E7. Windows color (decimal): -133288 or 5830653. OLE color: 5830653.
HSL color Cylindrical-coordinate representation of color #FDF758: hue angle of 57.82º 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 #FDF758 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.01 |
| HSL | 57.82º | 0.98% | 0.67% | - |
| HSV(B) | 57.82º | 0.65% | 0.99% | - |
| XYZ | 75.53 | 88.11 | 22.26 | - |
| YUV | 230.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 88 | 0 | 0.02 | 0.65 | 0.01 | 57.82 | 0.98 | 0.67 |
| Hex | FD | F7 | 58 | 0 | 2 | 41 | 1 | 3A | 62 | 43 |
| Octal | 375 | 367 | 130 | 0 | 2 | 101 | 1 | 72 | 142 | 103 |
| Binary | 11111101 | 11110111 | 1011000 | 0 | 10 | 1000001 | 1 | 111010 | 1100010 | 1000011 |
Color Harmonies of #FDF758
Complementary color
Monochromatic Colors of #FDF758
Black with #FDF758
Text Example
Text Example
White with #FDF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF758; }
p { color: rgb(253,247,88); }
H1.HeaderClassName
{
color: #FDF758;
}
.AnyTagClassName
{
color: #FDF758;
}
</style>
background-color css
<style>
a { background-color: #FDF758; }
a { background-color: rgb(253,247,88); }
div.DivClassName
{
background-color: #FDF758;
}
.BgClassName
{
background-color: #FDF758;
}
</style>
border-color css
<style>
span { border-color: #FDF758; }
span { border-color: rgb(253,247,88); }
td.TdClassName
{
border-color: #FDF758;
}
.TagClassName
{
border-color: #FDF758;
}
</style>