Shades of Corn #FDE760
Tints of Corn #FDE760
RGB
CMYK
RGB Variations
Color information
#FDE760 (or 0xFDE760) is known color: Corn. HEX triplet: FD, E7 and 60. RGB value is (253,231,96). Sum of RGB (Red+Green+Blue) = 253+231+96=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 96 (37.89% from 255 or 16.55% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE760 is #02189F. Grayscale: #DEDEDE. Windows color (decimal): -137376 or 6350845. OLE color: 6350845.
HSL color Cylindrical-coordinate representation of color #FDE760: hue angle of 51.59º 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 #FDE760 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 96 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.01 |
| HSL | 51.59º | 0.98% | 0.68% | - |
| HSV(B) | 51.59º | 0.62% | 0.99% | - |
| XYZ | 71.2 | 78.88 | 22.54 | - |
| YUV | 222.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 96 | 0 | 0.09 | 0.62 | 0.01 | 51.59 | 0.98 | 0.68 |
| Hex | FD | E7 | 60 | 0 | 9 | 3E | 1 | 34 | 62 | 44 |
| Octal | 375 | 347 | 140 | 0 | 11 | 76 | 1 | 64 | 142 | 104 |
| Binary | 11111101 | 11100111 | 1100000 | 0 | 1001 | 111110 | 1 | 110100 | 1100010 | 1000100 |
Color Harmonies of #FDE760
Complementary color
Monochromatic Colors of #FDE760
Black with #FDE760
Text Example
Text Example
White with #FDE760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE760; }
p { color: rgb(253,231,96); }
H1.HeaderClassName
{
color: #FDE760;
}
.AnyTagClassName
{
color: #FDE760;
}
</style>
background-color css
<style>
a { background-color: #FDE760; }
a { background-color: rgb(253,231,96); }
div.DivClassName
{
background-color: #FDE760;
}
.BgClassName
{
background-color: #FDE760;
}
</style>
border-color css
<style>
span { border-color: #FDE760; }
span { border-color: rgb(253,231,96); }
td.TdClassName
{
border-color: #FDE760;
}
.TagClassName
{
border-color: #FDE760;
}
</style>