Shades of Peach-Orange #FCCB99
Tints of Peach-Orange #FCCB99
RGB
CMYK
RGB Variations
Color information
#FCCB99 (or 0xFCCB99) is known color: Peach-Orange. HEX triplet: FC, CB and 99. RGB value is (252,203,153). Sum of RGB (Red+Green+Blue) = 252+203+153=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB99 is #033466. Grayscale: #D4D4D4. Windows color (decimal): -210023 or 10079228. OLE color: 10079228.
HSL color Cylindrical-coordinate representation of color #FCCB99: hue angle of 30.3º 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 #FCCB99 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 153 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.01 |
| HSL | 30.3º | 0.94% | 0.79% | - |
| HSV(B) | 30.3º | 0.39% | 0.99% | - |
| XYZ | 67.25 | 65.71 | 39.28 | - |
| YUV | 211.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 153 | 0 | 0.19 | 0.39 | 0.01 | 30.3 | 0.94 | 0.79 |
| Hex | FC | CB | 99 | 0 | 13 | 27 | 1 | 1E | 5E | 4F |
| Octal | 374 | 313 | 231 | 0 | 23 | 47 | 1 | 36 | 136 | 117 |
| Binary | 11111100 | 11001011 | 10011001 | 0 | 10011 | 100111 | 1 | 11110 | 1011110 | 1001111 |
Color Harmonies of #FCCB99
Complementary color
Monochromatic Colors of #FCCB99
Black with #FCCB99
Text Example
Text Example
White with #FCCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB99; }
p { color: rgb(252,203,153); }
H1.HeaderClassName
{
color: #FCCB99;
}
.AnyTagClassName
{
color: #FCCB99;
}
</style>
background-color css
<style>
a { background-color: #FCCB99; }
a { background-color: rgb(252,203,153); }
div.DivClassName
{
background-color: #FCCB99;
}
.BgClassName
{
background-color: #FCCB99;
}
</style>
border-color css
<style>
span { border-color: #FCCB99; }
span { border-color: rgb(252,203,153); }
td.TdClassName
{
border-color: #FCCB99;
}
.TagClassName
{
border-color: #FCCB99;
}
</style>