Shades of Corn #FDF858
Tints of Corn #FDF858
RGB
CMYK
RGB Variations
Color information
#FDF858 (or 0xFDF858) is known color: Corn. HEX triplet: FD, F8 and 58. RGB value is (253,248,88). Sum of RGB (Red+Green+Blue) = 253+248+88=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 88 (34.77% from 255 or 14.94% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF858 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF858 is #0207A7. Grayscale: #E7E7E7. Windows color (decimal): -133032 or 5830909. OLE color: 5830909.
HSL color Cylindrical-coordinate representation of color #FDF858: hue angle of 58.18º 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 #FDF858 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.01 |
| HSL | 58.18º | 0.98% | 0.67% | - |
| HSV(B) | 58.18º | 0.65% | 0.99% | - |
| XYZ | 75.84 | 88.72 | 22.36 | - |
| YUV | 231.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 88 | 0 | 0.02 | 0.65 | 0.01 | 58.18 | 0.98 | 0.67 |
| Hex | FD | F8 | 58 | 0 | 2 | 41 | 1 | 3A | 62 | 43 |
| Octal | 375 | 370 | 130 | 0 | 2 | 101 | 1 | 72 | 142 | 103 |
| Binary | 11111101 | 11111000 | 1011000 | 0 | 10 | 1000001 | 1 | 111010 | 1100010 | 1000011 |
Color Harmonies of #FDF858
Complementary color
Monochromatic Colors of #FDF858
Black with #FDF858
Text Example
Text Example
White with #FDF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF858; }
p { color: rgb(253,248,88); }
H1.HeaderClassName
{
color: #FDF858;
}
.AnyTagClassName
{
color: #FDF858;
}
</style>
background-color css
<style>
a { background-color: #FDF858; }
a { background-color: rgb(253,248,88); }
div.DivClassName
{
background-color: #FDF858;
}
.BgClassName
{
background-color: #FDF858;
}
</style>
border-color css
<style>
span { border-color: #FDF858; }
span { border-color: rgb(253,248,88); }
td.TdClassName
{
border-color: #FDF858;
}
.TagClassName
{
border-color: #FDF858;
}
</style>