Shades of Peach-Orange #FCCD99
Tints of Peach-Orange #FCCD99
RGB
CMYK
RGB Variations
Color information
#FCCD99 (or 0xFCCD99) is known color: Peach-Orange. HEX triplet: FC, CD and 99. RGB value is (252,205,153). Sum of RGB (Red+Green+Blue) = 252+205+153=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD99 is #033266. Grayscale: #D5D5D5. Windows color (decimal): -209511 or 10079740. OLE color: 10079740.
HSL color Cylindrical-coordinate representation of color #FCCD99: hue angle of 31.52º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCCD99 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 153 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.01 |
| HSL | 31.52º | 0.94% | 0.79% | - |
| HSV(B) | 31.52º | 0.39% | 0.99% | - |
| XYZ | 67.73 | 66.66 | 39.43 | - |
| YUV | 213.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 153 | 0 | 0.19 | 0.39 | 0.01 | 31.52 | 0.94 | 0.79 |
| Hex | FC | CD | 99 | 0 | 13 | 27 | 1 | 20 | 5E | 4F |
| Octal | 374 | 315 | 231 | 0 | 23 | 47 | 1 | 40 | 136 | 117 |
| Binary | 11111100 | 11001101 | 10011001 | 0 | 10011 | 100111 | 1 | 100000 | 1011110 | 1001111 |
Color Harmonies of #FCCD99
Complementary color
Monochromatic Colors of #FCCD99
Black with #FCCD99
Text Example
Text Example
White with #FCCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD99; }
p { color: rgb(252,205,153); }
H1.HeaderClassName
{
color: #FCCD99;
}
.AnyTagClassName
{
color: #FCCD99;
}
</style>
background-color css
<style>
a { background-color: #FCCD99; }
a { background-color: rgb(252,205,153); }
div.DivClassName
{
background-color: #FCCD99;
}
.BgClassName
{
background-color: #FCCD99;
}
</style>
border-color css
<style>
span { border-color: #FCCD99; }
span { border-color: rgb(252,205,153); }
td.TdClassName
{
border-color: #FCCD99;
}
.TagClassName
{
border-color: #FCCD99;
}
</style>