Shades of Corn #FDF160
Tints of Corn #FDF160
RGB
CMYK
RGB Variations
Color information
#FDF160 (or 0xFDF160) is known color: Corn. HEX triplet: FD, F1 and 60. RGB value is (253,241,96). Sum of RGB (Red+Green+Blue) = 253+241+96=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 96 (37.89% from 255 or 16.27% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF160 is #020E9F. Grayscale: #E4E4E4. Windows color (decimal): -134816 or 6353405. OLE color: 6353405.
HSL color Cylindrical-coordinate representation of color #FDF160: hue angle of 55.41º 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 #FDF160 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 96 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.01 |
| HSL | 55.41º | 0.98% | 0.68% | - |
| HSV(B) | 55.41º | 0.62% | 0.99% | - |
| XYZ | 74.07 | 84.64 | 23.5 | - |
| YUV | 228.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 96 | 0 | 0.05 | 0.62 | 0.01 | 55.41 | 0.98 | 0.68 |
| Hex | FD | F1 | 60 | 0 | 5 | 3E | 1 | 37 | 62 | 44 |
| Octal | 375 | 361 | 140 | 0 | 5 | 76 | 1 | 67 | 142 | 104 |
| Binary | 11111101 | 11110001 | 1100000 | 0 | 101 | 111110 | 1 | 110111 | 1100010 | 1000100 |
Color Harmonies of #FDF160
Complementary color
Monochromatic Colors of #FDF160
Black with #FDF160
Text Example
Text Example
White with #FDF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF160; }
p { color: rgb(253,241,96); }
H1.HeaderClassName
{
color: #FDF160;
}
.AnyTagClassName
{
color: #FDF160;
}
</style>
background-color css
<style>
a { background-color: #FDF160; }
a { background-color: rgb(253,241,96); }
div.DivClassName
{
background-color: #FDF160;
}
.BgClassName
{
background-color: #FDF160;
}
</style>
border-color css
<style>
span { border-color: #FDF160; }
span { border-color: rgb(253,241,96); }
td.TdClassName
{
border-color: #FDF160;
}
.TagClassName
{
border-color: #FDF160;
}
</style>