Shades of Peach-Orange #FCCB9D
Tints of Peach-Orange #FCCB9D
RGB
CMYK
RGB Variations
Color information
#FCCB9D (or 0xFCCB9D) is known color: Peach-Orange. HEX triplet: FC, CB and 9D. RGB value is (252,203,157). Sum of RGB (Red+Green+Blue) = 252+203+157=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB9D is #033462. Grayscale: #D4D4D4. Windows color (decimal): -210019 or 10341372. OLE color: 10341372.
HSL color Cylindrical-coordinate representation of color #FCCB9D: hue angle of 29.05º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCCB9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 157 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.01 |
| HSL | 29.05º | 0.94% | 0.8% | - |
| HSV(B) | 29.05º | 0.38% | 0.99% | - |
| XYZ | 67.59 | 65.84 | 41.04 | - |
| YUV | 212.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 157 | 0 | 0.19 | 0.38 | 0.01 | 29.05 | 0.94 | 0.8 |
| Hex | FC | CB | 9D | 0 | 13 | 26 | 1 | 1D | 5E | 50 |
| Octal | 374 | 313 | 235 | 0 | 23 | 46 | 1 | 35 | 136 | 120 |
| Binary | 11111100 | 11001011 | 10011101 | 0 | 10011 | 100110 | 1 | 11101 | 1011110 | 1010000 |
Color Harmonies of #FCCB9D
Complementary color
Monochromatic Colors of #FCCB9D
Black with #FCCB9D
Text Example
Text Example
White with #FCCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB9D; }
p { color: rgb(252,203,157); }
H1.HeaderClassName
{
color: #FCCB9D;
}
.AnyTagClassName
{
color: #FCCB9D;
}
</style>
background-color css
<style>
a { background-color: #FCCB9D; }
a { background-color: rgb(252,203,157); }
div.DivClassName
{
background-color: #FCCB9D;
}
.BgClassName
{
background-color: #FCCB9D;
}
</style>
border-color css
<style>
span { border-color: #FCCB9D; }
span { border-color: rgb(252,203,157); }
td.TdClassName
{
border-color: #FCCB9D;
}
.TagClassName
{
border-color: #FCCB9D;
}
</style>