Shades of Peach-Orange #FCC892
Tints of Peach-Orange #FCC892
RGB
CMYK
RGB Variations
Color information
#FCC892 (or 0xFCC892) is known color: Peach-Orange. HEX triplet: FC, C8 and 92. RGB value is (252,200,146). Sum of RGB (Red+Green+Blue) = 252+200+146=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC892 is #03376D. Grayscale: #D1D1D1. Windows color (decimal): -210798 or 9619708. OLE color: 9619708.
HSL color Cylindrical-coordinate representation of color #FCC892: hue angle of 30.57º 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 #FCC892 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 146 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.01 |
| HSL | 30.57º | 0.95% | 0.78% | - |
| HSV(B) | 30.57º | 0.42% | 0.99% | - |
| XYZ | 65.99 | 64.08 | 36.08 | - |
| YUV | 209.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 146 | 0 | 0.21 | 0.42 | 0.01 | 30.57 | 0.95 | 0.78 |
| Hex | FC | C8 | 92 | 0 | 15 | 2A | 1 | 1F | 5F | 4E |
| Octal | 374 | 310 | 222 | 0 | 25 | 52 | 1 | 37 | 137 | 116 |
| Binary | 11111100 | 11001000 | 10010010 | 0 | 10101 | 101010 | 1 | 11111 | 1011111 | 1001110 |
Color Harmonies of #FCC892
Complementary color
Monochromatic Colors of #FCC892
Black with #FCC892
Text Example
Text Example
White with #FCC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC892; }
p { color: rgb(252,200,146); }
H1.HeaderClassName
{
color: #FCC892;
}
.AnyTagClassName
{
color: #FCC892;
}
</style>
background-color css
<style>
a { background-color: #FCC892; }
a { background-color: rgb(252,200,146); }
div.DivClassName
{
background-color: #FCC892;
}
.BgClassName
{
background-color: #FCC892;
}
</style>
border-color css
<style>
span { border-color: #FCC892; }
span { border-color: rgb(252,200,146); }
td.TdClassName
{
border-color: #FCC892;
}
.TagClassName
{
border-color: #FCC892;
}
</style>