Shades of Peach-Orange #FCC592
Tints of Peach-Orange #FCC592
RGB
CMYK
RGB Variations
Color information
#FCC592 (or 0xFCC592) is known color: Peach-Orange. HEX triplet: FC, C5 and 92. RGB value is (252,197,146). Sum of RGB (Red+Green+Blue) = 252+197+146=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC592 is #033A6D. Grayscale: #CFCFCF. Windows color (decimal): -211566 or 9618940. OLE color: 9618940.
HSL color Cylindrical-coordinate representation of color #FCC592: hue angle of 28.87º 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 #FCC592 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 146 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.01 |
| HSL | 28.87º | 0.95% | 0.78% | - |
| HSV(B) | 28.87º | 0.42% | 0.99% | - |
| XYZ | 65.3 | 62.7 | 35.86 | - |
| YUV | 207.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 146 | 0 | 0.22 | 0.42 | 0.01 | 28.87 | 0.95 | 0.78 |
| Hex | FC | C5 | 92 | 0 | 16 | 2A | 1 | 1D | 5F | 4E |
| Octal | 374 | 305 | 222 | 0 | 26 | 52 | 1 | 35 | 137 | 116 |
| Binary | 11111100 | 11000101 | 10010010 | 0 | 10110 | 101010 | 1 | 11101 | 1011111 | 1001110 |
Color Harmonies of #FCC592
Complementary color
Monochromatic Colors of #FCC592
Black with #FCC592
Text Example
Text Example
White with #FCC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC592; }
p { color: rgb(252,197,146); }
H1.HeaderClassName
{
color: #FCC592;
}
.AnyTagClassName
{
color: #FCC592;
}
</style>
background-color css
<style>
a { background-color: #FCC592; }
a { background-color: rgb(252,197,146); }
div.DivClassName
{
background-color: #FCC592;
}
.BgClassName
{
background-color: #FCC592;
}
</style>
border-color css
<style>
span { border-color: #FCC592; }
span { border-color: rgb(252,197,146); }
td.TdClassName
{
border-color: #FCC592;
}
.TagClassName
{
border-color: #FCC592;
}
</style>