Shades of Corn #FDE658
Tints of Corn #FDE658
RGB
CMYK
RGB Variations
Color information
#FDE658 (or 0xFDE658) is known color: Corn. HEX triplet: FD, E6 and 58. RGB value is (253,230,88). Sum of RGB (Red+Green+Blue) = 253+230+88=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 88 (34.77% from 255 or 15.41% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE658 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE658 is #0219A7. Grayscale: #DDDDDD. Windows color (decimal): -137640 or 5826301. OLE color: 5826301.
HSL color Cylindrical-coordinate representation of color #FDE658: hue angle of 51.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDE658 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 88 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.01 |
| HSL | 51.64º | 0.98% | 0.67% | - |
| HSV(B) | 51.64º | 0.65% | 0.99% | - |
| XYZ | 70.57 | 78.18 | 20.6 | - |
| YUV | 220.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 88 | 0 | 0.09 | 0.65 | 0.01 | 51.64 | 0.98 | 0.67 |
| Hex | FD | E6 | 58 | 0 | 9 | 41 | 1 | 34 | 62 | 43 |
| Octal | 375 | 346 | 130 | 0 | 11 | 101 | 1 | 64 | 142 | 103 |
| Binary | 11111101 | 11100110 | 1011000 | 0 | 1001 | 1000001 | 1 | 110100 | 1100010 | 1000011 |
Color Harmonies of #FDE658
Complementary color
Monochromatic Colors of #FDE658
Black with #FDE658
Text Example
Text Example
White with #FDE658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE658; }
p { color: rgb(253,230,88); }
H1.HeaderClassName
{
color: #FDE658;
}
.AnyTagClassName
{
color: #FDE658;
}
</style>
background-color css
<style>
a { background-color: #FDE658; }
a { background-color: rgb(253,230,88); }
div.DivClassName
{
background-color: #FDE658;
}
.BgClassName
{
background-color: #FDE658;
}
</style>
border-color css
<style>
span { border-color: #FDE658; }
span { border-color: rgb(253,230,88); }
td.TdClassName
{
border-color: #FDE658;
}
.TagClassName
{
border-color: #FDE658;
}
</style>