Shades of Peach-Orange #FCCD9F
Tints of Peach-Orange #FCCD9F
RGB
CMYK
RGB Variations
Color information
#FCCD9F (or 0xFCCD9F) is known color: Peach-Orange. HEX triplet: FC, CD and 9F. RGB value is (252,205,159). Sum of RGB (Red+Green+Blue) = 252+205+159=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD9F is #033260. Grayscale: #D6D6D6. Windows color (decimal): -209505 or 10472956. OLE color: 10472956.
HSL color Cylindrical-coordinate representation of color #FCCD9F: hue angle of 29.68º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCD9F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 159 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 29.68º | 0.94% | 0.81% | - |
| HSV(B) | 29.68º | 0.37% | 0.99% | - |
| XYZ | 68.23 | 66.86 | 42.11 | - |
| YUV | 213.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 159 | 0 | 0.19 | 0.37 | 0.01 | 29.68 | 0.94 | 0.81 |
| Hex | FC | CD | 9F | 0 | 13 | 25 | 1 | 1E | 5E | 51 |
| Octal | 374 | 315 | 237 | 0 | 23 | 45 | 1 | 36 | 136 | 121 |
| Binary | 11111100 | 11001101 | 10011111 | 0 | 10011 | 100101 | 1 | 11110 | 1011110 | 1010001 |
Color Harmonies of #FCCD9F
Complementary color
Monochromatic Colors of #FCCD9F
Black with #FCCD9F
Text Example
Text Example
White with #FCCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD9F; }
p { color: rgb(252,205,159); }
H1.HeaderClassName
{
color: #FCCD9F;
}
.AnyTagClassName
{
color: #FCCD9F;
}
</style>
background-color css
<style>
a { background-color: #FCCD9F; }
a { background-color: rgb(252,205,159); }
div.DivClassName
{
background-color: #FCCD9F;
}
.BgClassName
{
background-color: #FCCD9F;
}
</style>
border-color css
<style>
span { border-color: #FCCD9F; }
span { border-color: rgb(252,205,159); }
td.TdClassName
{
border-color: #FCCD9F;
}
.TagClassName
{
border-color: #FCCD9F;
}
</style>