Shades of Peach-Orange #FCCB8F
Tints of Peach-Orange #FCCB8F
RGB
CMYK
RGB Variations
Color information
#FCCB8F (or 0xFCCB8F) is known color: Peach-Orange. HEX triplet: FC, CB and 8F. RGB value is (252,203,143). Sum of RGB (Red+Green+Blue) = 252+203+143=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB8F is #033470. Grayscale: #D3D3D3. Windows color (decimal): -210033 or 9423868. OLE color: 9423868.
HSL color Cylindrical-coordinate representation of color #FCCB8F: hue angle of 33.03º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCCB8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 143 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.01 |
| HSL | 33.03º | 0.95% | 0.77% | - |
| HSV(B) | 33.03º | 0.43% | 0.99% | - |
| XYZ | 66.46 | 65.39 | 35.11 | - |
| YUV | 210.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 143 | 0 | 0.19 | 0.43 | 0.01 | 33.03 | 0.95 | 0.77 |
| Hex | FC | CB | 8F | 0 | 13 | 2B | 1 | 21 | 5F | 4D |
| Octal | 374 | 313 | 217 | 0 | 23 | 53 | 1 | 41 | 137 | 115 |
| Binary | 11111100 | 11001011 | 10001111 | 0 | 10011 | 101011 | 1 | 100001 | 1011111 | 1001101 |
Color Harmonies of #FCCB8F
Complementary color
Monochromatic Colors of #FCCB8F
Black with #FCCB8F
Text Example
Text Example
White with #FCCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB8F; }
p { color: rgb(252,203,143); }
H1.HeaderClassName
{
color: #FCCB8F;
}
.AnyTagClassName
{
color: #FCCB8F;
}
</style>
background-color css
<style>
a { background-color: #FCCB8F; }
a { background-color: rgb(252,203,143); }
div.DivClassName
{
background-color: #FCCB8F;
}
.BgClassName
{
background-color: #FCCB8F;
}
</style>
border-color css
<style>
span { border-color: #FCCB8F; }
span { border-color: rgb(252,203,143); }
td.TdClassName
{
border-color: #FCCB8F;
}
.TagClassName
{
border-color: #FCCB8F;
}
</style>