Shades of Peach-Orange #FCC792
Tints of Peach-Orange #FCC792
RGB
CMYK
RGB Variations
Color information
#FCC792 (or 0xFCC792) is known color: Peach-Orange. HEX triplet: FC, C7 and 92. RGB value is (252,199,146). Sum of RGB (Red+Green+Blue) = 252+199+146=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC792 is #03386D. Grayscale: #D1D1D1. Windows color (decimal): -211054 or 9619452. OLE color: 9619452.
HSL color Cylindrical-coordinate representation of color #FCC792: hue angle of 30º 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 #FCC792 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 146 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.01 |
| HSL | 30º | 0.95% | 0.78% | - |
| HSV(B) | 30º | 0.42% | 0.99% | - |
| XYZ | 65.76 | 63.62 | 36.01 | - |
| YUV | 208.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 146 | 0 | 0.21 | 0.42 | 0.01 | 30 | 0.95 | 0.78 |
| Hex | FC | C7 | 92 | 0 | 15 | 2A | 1 | 1E | 5F | 4E |
| Octal | 374 | 307 | 222 | 0 | 25 | 52 | 1 | 36 | 137 | 116 |
| Binary | 11111100 | 11000111 | 10010010 | 0 | 10101 | 101010 | 1 | 11110 | 1011111 | 1001110 |
Color Harmonies of #FCC792
Complementary color
Monochromatic Colors of #FCC792
Black with #FCC792
Text Example
Text Example
White with #FCC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC792; }
p { color: rgb(252,199,146); }
H1.HeaderClassName
{
color: #FCC792;
}
.AnyTagClassName
{
color: #FCC792;
}
</style>
background-color css
<style>
a { background-color: #FCC792; }
a { background-color: rgb(252,199,146); }
div.DivClassName
{
background-color: #FCC792;
}
.BgClassName
{
background-color: #FCC792;
}
</style>
border-color css
<style>
span { border-color: #FCC792; }
span { border-color: rgb(252,199,146); }
td.TdClassName
{
border-color: #FCC792;
}
.TagClassName
{
border-color: #FCC792;
}
</style>