Shades of Peach-Orange #FDC38E
Tints of Peach-Orange #FDC38E
RGB
CMYK
RGB Variations
Color information
#FDC38E (or 0xFDC38E) is known color: Peach-Orange. HEX triplet: FD, C3 and 8E. RGB value is (253,195,142). Sum of RGB (Red+Green+Blue) = 253+195+142=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38E is #023C71. Grayscale: #CECECE. Windows color (decimal): -146546 or 9356285. OLE color: 9356285.
HSL color Cylindrical-coordinate representation of color #FDC38E: hue angle of 28.65º 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 #FDC38E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 142 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.01 |
| HSL | 28.65º | 0.97% | 0.77% | - |
| HSV(B) | 28.65º | 0.44% | 0.99% | - |
| XYZ | 64.91 | 61.87 | 34.11 | - |
| YUV | 206.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 142 | 0 | 0.23 | 0.44 | 0.01 | 28.65 | 0.97 | 0.77 |
| Hex | FD | C3 | 8E | 0 | 17 | 2C | 1 | 1D | 61 | 4D |
| Octal | 375 | 303 | 216 | 0 | 27 | 54 | 1 | 35 | 141 | 115 |
| Binary | 11111101 | 11000011 | 10001110 | 0 | 10111 | 101100 | 1 | 11101 | 1100001 | 1001101 |
Color Harmonies of #FDC38E
Complementary color
Monochromatic Colors of #FDC38E
Black with #FDC38E
Text Example
Text Example
White with #FDC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC38E; }
p { color: rgb(253,195,142); }
H1.HeaderClassName
{
color: #FDC38E;
}
.AnyTagClassName
{
color: #FDC38E;
}
</style>
background-color css
<style>
a { background-color: #FDC38E; }
a { background-color: rgb(253,195,142); }
div.DivClassName
{
background-color: #FDC38E;
}
.BgClassName
{
background-color: #FDC38E;
}
</style>
border-color css
<style>
span { border-color: #FDC38E; }
span { border-color: rgb(253,195,142); }
td.TdClassName
{
border-color: #FDC38E;
}
.TagClassName
{
border-color: #FDC38E;
}
</style>