Shades of Peach-Orange #FCCB9C
Tints of Peach-Orange #FCCB9C
RGB
CMYK
RGB Variations
Color information
#FCCB9C (or 0xFCCB9C) is known color: Peach-Orange. HEX triplet: FC, CB and 9C. RGB value is (252,203,156). Sum of RGB (Red+Green+Blue) = 252+203+156=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB9C is #033463. Grayscale: #D4D4D4. Windows color (decimal): -210020 or 10275836. OLE color: 10275836.
HSL color Cylindrical-coordinate representation of color #FCCB9C: hue angle of 29.38º 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 #FCCB9C is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 156 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.01 |
| HSL | 29.38º | 0.94% | 0.8% | - |
| HSV(B) | 29.38º | 0.38% | 0.99% | - |
| XYZ | 67.5 | 65.81 | 40.6 | - |
| YUV | 212.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 156 | 0 | 0.19 | 0.38 | 0.01 | 29.38 | 0.94 | 0.8 |
| Hex | FC | CB | 9C | 0 | 13 | 26 | 1 | 1D | 5E | 50 |
| Octal | 374 | 313 | 234 | 0 | 23 | 46 | 1 | 35 | 136 | 120 |
| Binary | 11111100 | 11001011 | 10011100 | 0 | 10011 | 100110 | 1 | 11101 | 1011110 | 1010000 |
Color Harmonies of #FCCB9C
Complementary color
Monochromatic Colors of #FCCB9C
Black with #FCCB9C
Text Example
Text Example
White with #FCCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB9C; }
p { color: rgb(252,203,156); }
H1.HeaderClassName
{
color: #FCCB9C;
}
.AnyTagClassName
{
color: #FCCB9C;
}
</style>
background-color css
<style>
a { background-color: #FCCB9C; }
a { background-color: rgb(252,203,156); }
div.DivClassName
{
background-color: #FCCB9C;
}
.BgClassName
{
background-color: #FCCB9C;
}
</style>
border-color css
<style>
span { border-color: #FCCB9C; }
span { border-color: rgb(252,203,156); }
td.TdClassName
{
border-color: #FCCB9C;
}
.TagClassName
{
border-color: #FCCB9C;
}
</style>