Shades of Peach-Orange #FCCB96
Tints of Peach-Orange #FCCB96
RGB
CMYK
RGB Variations
Color information
#FCCB96 (or 0xFCCB96) is known color: Peach-Orange. HEX triplet: FC, CB and 96. RGB value is (252,203,150). Sum of RGB (Red+Green+Blue) = 252+203+150=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB96 is #033469. Grayscale: #D3D3D3. Windows color (decimal): -210026 or 9882620. OLE color: 9882620.
HSL color Cylindrical-coordinate representation of color #FCCB96: hue angle of 31.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCCB96 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 150 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.01 |
| HSL | 31.18º | 0.94% | 0.79% | - |
| HSV(B) | 31.18º | 0.4% | 0.99% | - |
| XYZ | 67.01 | 65.61 | 37.99 | - |
| YUV | 211.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 150 | 0 | 0.19 | 0.40 | 0.01 | 31.18 | 0.94 | 0.79 |
| Hex | FC | CB | 96 | 0 | 13 | 28 | 1 | 1F | 5E | 4F |
| Octal | 374 | 313 | 226 | 0 | 23 | 50 | 1 | 37 | 136 | 117 |
| Binary | 11111100 | 11001011 | 10010110 | 0 | 10011 | 101000 | 1 | 11111 | 1011110 | 1001111 |
Color Harmonies of #FCCB96
Complementary color
Monochromatic Colors of #FCCB96
Black with #FCCB96
Text Example
Text Example
White with #FCCB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB96; }
p { color: rgb(252,203,150); }
H1.HeaderClassName
{
color: #FCCB96;
}
.AnyTagClassName
{
color: #FCCB96;
}
</style>
background-color css
<style>
a { background-color: #FCCB96; }
a { background-color: rgb(252,203,150); }
div.DivClassName
{
background-color: #FCCB96;
}
.BgClassName
{
background-color: #FCCB96;
}
</style>
border-color css
<style>
span { border-color: #FCCB96; }
span { border-color: rgb(252,203,150); }
td.TdClassName
{
border-color: #FCCB96;
}
.TagClassName
{
border-color: #FCCB96;
}
</style>