Shades of Peach-Orange #FCCD9A
Tints of Peach-Orange #FCCD9A
RGB
CMYK
RGB Variations
Color information
#FCCD9A (or 0xFCCD9A) is known color: Peach-Orange. HEX triplet: FC, CD and 9A. RGB value is (252,205,154). Sum of RGB (Red+Green+Blue) = 252+205+154=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD9A is #033265. Grayscale: #D5D5D5. Windows color (decimal): -209510 or 10145276. OLE color: 10145276.
HSL color Cylindrical-coordinate representation of color #FCCD9A: hue angle of 31.22º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCCD9A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 154 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.01 |
| HSL | 31.22º | 0.94% | 0.8% | - |
| HSV(B) | 31.22º | 0.39% | 0.99% | - |
| XYZ | 67.81 | 66.69 | 39.87 | - |
| YUV | 213.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 154 | 0 | 0.19 | 0.39 | 0.01 | 31.22 | 0.94 | 0.8 |
| Hex | FC | CD | 9A | 0 | 13 | 27 | 1 | 1F | 5E | 50 |
| Octal | 374 | 315 | 232 | 0 | 23 | 47 | 1 | 37 | 136 | 120 |
| Binary | 11111100 | 11001101 | 10011010 | 0 | 10011 | 100111 | 1 | 11111 | 1011110 | 1010000 |
Color Harmonies of #FCCD9A
Complementary color
Monochromatic Colors of #FCCD9A
Black with #FCCD9A
Text Example
Text Example
White with #FCCD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD9A; }
p { color: rgb(252,205,154); }
H1.HeaderClassName
{
color: #FCCD9A;
}
.AnyTagClassName
{
color: #FCCD9A;
}
</style>
background-color css
<style>
a { background-color: #FCCD9A; }
a { background-color: rgb(252,205,154); }
div.DivClassName
{
background-color: #FCCD9A;
}
.BgClassName
{
background-color: #FCCD9A;
}
</style>
border-color css
<style>
span { border-color: #FCCD9A; }
span { border-color: rgb(252,205,154); }
td.TdClassName
{
border-color: #FCCD9A;
}
.TagClassName
{
border-color: #FCCD9A;
}
</style>