Shades of Peach-Orange #FDCC8D
Tints of Peach-Orange #FDCC8D
RGB
CMYK
RGB Variations
Color information
#FDCC8D (or 0xFDCC8D) is known color: Peach-Orange. HEX triplet: FD, CC and 8D. RGB value is (253,204,141). Sum of RGB (Red+Green+Blue) = 253+204+141=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC8D is #023372. Grayscale: #D3D3D3. Windows color (decimal): -144243 or 9293053. OLE color: 9293053.
HSL color Cylindrical-coordinate representation of color #FDCC8D: hue angle of 33.75º 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 #FDCC8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 33.75º | 0.97% | 0.77% | - |
| HSV(B) | 33.75º | 0.44% | 0.99% | - |
| XYZ | 66.91 | 65.99 | 34.41 | - |
| YUV | 211.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 141 | 0 | 0.19 | 0.44 | 0.01 | 33.75 | 0.97 | 0.77 |
| Hex | FD | CC | 8D | 0 | 13 | 2C | 1 | 22 | 61 | 4D |
| Octal | 375 | 314 | 215 | 0 | 23 | 54 | 1 | 42 | 141 | 115 |
| Binary | 11111101 | 11001100 | 10001101 | 0 | 10011 | 101100 | 1 | 100010 | 1100001 | 1001101 |
Color Harmonies of #FDCC8D
Complementary color
Monochromatic Colors of #FDCC8D
Black with #FDCC8D
Text Example
Text Example
White with #FDCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC8D; }
p { color: rgb(253,204,141); }
H1.HeaderClassName
{
color: #FDCC8D;
}
.AnyTagClassName
{
color: #FDCC8D;
}
</style>
background-color css
<style>
a { background-color: #FDCC8D; }
a { background-color: rgb(253,204,141); }
div.DivClassName
{
background-color: #FDCC8D;
}
.BgClassName
{
background-color: #FDCC8D;
}
</style>
border-color css
<style>
span { border-color: #FDCC8D; }
span { border-color: rgb(253,204,141); }
td.TdClassName
{
border-color: #FDCC8D;
}
.TagClassName
{
border-color: #FDCC8D;
}
</style>