Shades of Peach-Orange #FDC18E
Tints of Peach-Orange #FDC18E
RGB
CMYK
RGB Variations
Color information
#FDC18E (or 0xFDC18E) is known color: Peach-Orange. HEX triplet: FD, C1 and 8E. RGB value is (253,193,142). Sum of RGB (Red+Green+Blue) = 253+193+142=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC18E is #023E71. Grayscale: #CDCDCD. Windows color (decimal): -147058 or 9355773. OLE color: 9355773.
HSL color Cylindrical-coordinate representation of color #FDC18E: hue angle of 27.57º 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 #FDC18E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 142 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.01 |
| HSL | 27.57º | 0.97% | 0.77% | - |
| HSV(B) | 27.57º | 0.44% | 0.99% | - |
| XYZ | 64.46 | 60.98 | 33.96 | - |
| YUV | 205.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 142 | 0 | 0.24 | 0.44 | 0.01 | 27.57 | 0.97 | 0.77 |
| Hex | FD | C1 | 8E | 0 | 18 | 2C | 1 | 1C | 61 | 4D |
| Octal | 375 | 301 | 216 | 0 | 30 | 54 | 1 | 34 | 141 | 115 |
| Binary | 11111101 | 11000001 | 10001110 | 0 | 11000 | 101100 | 1 | 11100 | 1100001 | 1001101 |
Color Harmonies of #FDC18E
Complementary color
Monochromatic Colors of #FDC18E
Black with #FDC18E
Text Example
Text Example
White with #FDC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC18E; }
p { color: rgb(253,193,142); }
H1.HeaderClassName
{
color: #FDC18E;
}
.AnyTagClassName
{
color: #FDC18E;
}
</style>
background-color css
<style>
a { background-color: #FDC18E; }
a { background-color: rgb(253,193,142); }
div.DivClassName
{
background-color: #FDC18E;
}
.BgClassName
{
background-color: #FDC18E;
}
</style>
border-color css
<style>
span { border-color: #FDC18E; }
span { border-color: rgb(253,193,142); }
td.TdClassName
{
border-color: #FDC18E;
}
.TagClassName
{
border-color: #FDC18E;
}
</style>