Shades of Corn #FDF956
Tints of Corn #FDF956
RGB
CMYK
RGB Variations
Color information
#FDF956 (or 0xFDF956) is known color: Corn. HEX triplet: FD, F9 and 56. RGB value is (253,249,86). Sum of RGB (Red+Green+Blue) = 253+249+86=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 86 (33.98% from 255 or 14.63% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF956 is #0206A9. Grayscale: #E8E8E8. Windows color (decimal): -132778 or 5700093. OLE color: 5700093.
HSL color Cylindrical-coordinate representation of color #FDF956: hue angle of 58.56º 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 #FDF956 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 86 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.01 |
| HSL | 58.56º | 0.98% | 0.66% | - |
| HSV(B) | 58.56º | 0.66% | 0.99% | - |
| XYZ | 76.06 | 89.31 | 22.03 | - |
| YUV | 231.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 86 | 0 | 0.02 | 0.66 | 0.01 | 58.56 | 0.98 | 0.66 |
| Hex | FD | F9 | 56 | 0 | 2 | 42 | 1 | 3B | 62 | 42 |
| Octal | 375 | 371 | 126 | 0 | 2 | 102 | 1 | 73 | 142 | 102 |
| Binary | 11111101 | 11111001 | 1010110 | 0 | 10 | 1000010 | 1 | 111011 | 1100010 | 1000010 |
Color Harmonies of #FDF956
Complementary color
Monochromatic Colors of #FDF956
Black with #FDF956
Text Example
Text Example
White with #FDF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF956; }
p { color: rgb(253,249,86); }
H1.HeaderClassName
{
color: #FDF956;
}
.AnyTagClassName
{
color: #FDF956;
}
</style>
background-color css
<style>
a { background-color: #FDF956; }
a { background-color: rgb(253,249,86); }
div.DivClassName
{
background-color: #FDF956;
}
.BgClassName
{
background-color: #FDF956;
}
</style>
border-color css
<style>
span { border-color: #FDF956; }
span { border-color: rgb(253,249,86); }
td.TdClassName
{
border-color: #FDF956;
}
.TagClassName
{
border-color: #FDF956;
}
</style>