Shades of Peach-Orange #FDC08E
Tints of Peach-Orange #FDC08E
RGB
CMYK
RGB Variations
Color information
#FDC08E (or 0xFDC08E) is known color: Peach-Orange. HEX triplet: FD, C0 and 8E. RGB value is (253,192,142). Sum of RGB (Red+Green+Blue) = 253+192+142=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC08E is #023F71. Grayscale: #CCCCCC. Windows color (decimal): -147314 or 9355517. OLE color: 9355517.
HSL color Cylindrical-coordinate representation of color #FDC08E: hue angle of 27.03º 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 #FDC08E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 142 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.01 |
| HSL | 27.03º | 0.97% | 0.77% | - |
| HSV(B) | 27.03º | 0.44% | 0.99% | - |
| XYZ | 64.24 | 60.53 | 33.89 | - |
| YUV | 204.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 142 | 0 | 0.24 | 0.44 | 0.01 | 27.03 | 0.97 | 0.77 |
| Hex | FD | C0 | 8E | 0 | 18 | 2C | 1 | 1B | 61 | 4D |
| Octal | 375 | 300 | 216 | 0 | 30 | 54 | 1 | 33 | 141 | 115 |
| Binary | 11111101 | 11000000 | 10001110 | 0 | 11000 | 101100 | 1 | 11011 | 1100001 | 1001101 |
Color Harmonies of #FDC08E
Complementary color
Monochromatic Colors of #FDC08E
Black with #FDC08E
Text Example
Text Example
White with #FDC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC08E; }
p { color: rgb(253,192,142); }
H1.HeaderClassName
{
color: #FDC08E;
}
.AnyTagClassName
{
color: #FDC08E;
}
</style>
background-color css
<style>
a { background-color: #FDC08E; }
a { background-color: rgb(253,192,142); }
div.DivClassName
{
background-color: #FDC08E;
}
.BgClassName
{
background-color: #FDC08E;
}
</style>
border-color css
<style>
span { border-color: #FDC08E; }
span { border-color: rgb(253,192,142); }
td.TdClassName
{
border-color: #FDC08E;
}
.TagClassName
{
border-color: #FDC08E;
}
</style>