Shades of Corn #FDF460
Tints of Corn #FDF460
RGB
CMYK
RGB Variations
Color information
#FDF460 (or 0xFDF460) is known color: Corn. HEX triplet: FD, F4 and 60. RGB value is (253,244,96). Sum of RGB (Red+Green+Blue) = 253+244+96=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF460 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF460 is #020B9F. Grayscale: #E6E6E6. Windows color (decimal): -134048 or 6354173. OLE color: 6354173.
HSL color Cylindrical-coordinate representation of color #FDF460: hue angle of 56.56º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF460 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 96 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.01 |
| HSL | 56.56º | 0.98% | 0.68% | - |
| HSV(B) | 56.56º | 0.62% | 0.99% | - |
| XYZ | 74.97 | 86.43 | 23.8 | - |
| YUV | 229.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 96 | 0 | 0.04 | 0.62 | 0.01 | 56.56 | 0.98 | 0.68 |
| Hex | FD | F4 | 60 | 0 | 4 | 3E | 1 | 39 | 62 | 44 |
| Octal | 375 | 364 | 140 | 0 | 4 | 76 | 1 | 71 | 142 | 104 |
| Binary | 11111101 | 11110100 | 1100000 | 0 | 100 | 111110 | 1 | 111001 | 1100010 | 1000100 |
Color Harmonies of #FDF460
Complementary color
Monochromatic Colors of #FDF460
Black with #FDF460
Text Example
Text Example
White with #FDF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF460; }
p { color: rgb(253,244,96); }
H1.HeaderClassName
{
color: #FDF460;
}
.AnyTagClassName
{
color: #FDF460;
}
</style>
background-color css
<style>
a { background-color: #FDF460; }
a { background-color: rgb(253,244,96); }
div.DivClassName
{
background-color: #FDF460;
}
.BgClassName
{
background-color: #FDF460;
}
</style>
border-color css
<style>
span { border-color: #FDF460; }
span { border-color: rgb(253,244,96); }
td.TdClassName
{
border-color: #FDF460;
}
.TagClassName
{
border-color: #FDF460;
}
</style>