Shades of Corn #FDF856
Tints of Corn #FDF856
RGB
CMYK
RGB Variations
Color information
#FDF856 (or 0xFDF856) is known color: Corn. HEX triplet: FD, F8 and 56. RGB value is (253,248,86). Sum of RGB (Red+Green+Blue) = 253+248+86=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 86 (33.98% from 255 or 14.65% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF856 is #0207A9. Grayscale: #E7E7E7. Windows color (decimal): -133034 or 5699837. OLE color: 5699837.
HSL color Cylindrical-coordinate representation of color #FDF856: hue angle of 58.2º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDF856 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 86 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.01 |
| HSL | 58.2º | 0.98% | 0.66% | - |
| HSV(B) | 58.2º | 0.66% | 0.99% | - |
| XYZ | 75.76 | 88.69 | 21.93 | - |
| YUV | 231.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 86 | 0 | 0.02 | 0.66 | 0.01 | 58.2 | 0.98 | 0.66 |
| Hex | FD | F8 | 56 | 0 | 2 | 42 | 1 | 3A | 62 | 42 |
| Octal | 375 | 370 | 126 | 0 | 2 | 102 | 1 | 72 | 142 | 102 |
| Binary | 11111101 | 11111000 | 1010110 | 0 | 10 | 1000010 | 1 | 111010 | 1100010 | 1000010 |
Color Harmonies of #FDF856
Complementary color
Monochromatic Colors of #FDF856
Black with #FDF856
Text Example
Text Example
White with #FDF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF856; }
p { color: rgb(253,248,86); }
H1.HeaderClassName
{
color: #FDF856;
}
.AnyTagClassName
{
color: #FDF856;
}
</style>
background-color css
<style>
a { background-color: #FDF856; }
a { background-color: rgb(253,248,86); }
div.DivClassName
{
background-color: #FDF856;
}
.BgClassName
{
background-color: #FDF856;
}
</style>
border-color css
<style>
span { border-color: #FDF856; }
span { border-color: rgb(253,248,86); }
td.TdClassName
{
border-color: #FDF856;
}
.TagClassName
{
border-color: #FDF856;
}
</style>