Shades of Peach-Orange #FDC58E
Tints of Peach-Orange #FDC58E
RGB
CMYK
RGB Variations
Color information
#FDC58E (or 0xFDC58E) is known color: Peach-Orange. HEX triplet: FD, C5 and 8E. RGB value is (253,197,142). Sum of RGB (Red+Green+Blue) = 253+197+142=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58E is #023A71. Grayscale: #CFCFCF. Windows color (decimal): -146034 or 9356797. OLE color: 9356797.
HSL color Cylindrical-coordinate representation of color #FDC58E: hue angle of 29.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC58E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 142 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.01 |
| HSL | 29.73º | 0.97% | 0.77% | - |
| HSV(B) | 29.73º | 0.44% | 0.99% | - |
| XYZ | 65.36 | 62.77 | 34.26 | - |
| YUV | 207.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 142 | 0 | 0.22 | 0.44 | 0.01 | 29.73 | 0.97 | 0.77 |
| Hex | FD | C5 | 8E | 0 | 16 | 2C | 1 | 1E | 61 | 4D |
| Octal | 375 | 305 | 216 | 0 | 26 | 54 | 1 | 36 | 141 | 115 |
| Binary | 11111101 | 11000101 | 10001110 | 0 | 10110 | 101100 | 1 | 11110 | 1100001 | 1001101 |
Color Harmonies of #FDC58E
Complementary color
Monochromatic Colors of #FDC58E
Black with #FDC58E
Text Example
Text Example
White with #FDC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC58E; }
p { color: rgb(253,197,142); }
H1.HeaderClassName
{
color: #FDC58E;
}
.AnyTagClassName
{
color: #FDC58E;
}
</style>
background-color css
<style>
a { background-color: #FDC58E; }
a { background-color: rgb(253,197,142); }
div.DivClassName
{
background-color: #FDC58E;
}
.BgClassName
{
background-color: #FDC58E;
}
</style>
border-color css
<style>
span { border-color: #FDC58E; }
span { border-color: rgb(253,197,142); }
td.TdClassName
{
border-color: #FDC58E;
}
.TagClassName
{
border-color: #FDC58E;
}
</style>