Shades of Peach-Orange #FCC893
Tints of Peach-Orange #FCC893
RGB
CMYK
RGB Variations
Color information
#FCC893 (or 0xFCC893) is known color: Peach-Orange. HEX triplet: FC, C8 and 93. RGB value is (252,200,147). Sum of RGB (Red+Green+Blue) = 252+200+147=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC893 is #03376C. Grayscale: #D1D1D1. Windows color (decimal): -210797 or 9685244. OLE color: 9685244.
HSL color Cylindrical-coordinate representation of color #FCC893: hue angle of 30.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC893 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 147 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.01 |
| HSL | 30.29º | 0.95% | 0.78% | - |
| HSV(B) | 30.29º | 0.42% | 0.99% | - |
| XYZ | 66.07 | 64.11 | 36.5 | - |
| YUV | 209.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 147 | 0 | 0.21 | 0.42 | 0.01 | 30.29 | 0.95 | 0.78 |
| Hex | FC | C8 | 93 | 0 | 15 | 2A | 1 | 1E | 5F | 4E |
| Octal | 374 | 310 | 223 | 0 | 25 | 52 | 1 | 36 | 137 | 116 |
| Binary | 11111100 | 11001000 | 10010011 | 0 | 10101 | 101010 | 1 | 11110 | 1011111 | 1001110 |
Color Harmonies of #FCC893
Complementary color
Monochromatic Colors of #FCC893
Black with #FCC893
Text Example
Text Example
White with #FCC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC893; }
p { color: rgb(252,200,147); }
H1.HeaderClassName
{
color: #FCC893;
}
.AnyTagClassName
{
color: #FCC893;
}
</style>
background-color css
<style>
a { background-color: #FCC893; }
a { background-color: rgb(252,200,147); }
div.DivClassName
{
background-color: #FCC893;
}
.BgClassName
{
background-color: #FCC893;
}
</style>
border-color css
<style>
span { border-color: #FCC893; }
span { border-color: rgb(252,200,147); }
td.TdClassName
{
border-color: #FCC893;
}
.TagClassName
{
border-color: #FCC893;
}
</style>