Shades of Peach-Orange #FCCA9A
Tints of Peach-Orange #FCCA9A
RGB
CMYK
RGB Variations
Color information
#FCCA9A (or 0xFCCA9A) is known color: Peach-Orange. HEX triplet: FC, CA and 9A. RGB value is (252,202,154). Sum of RGB (Red+Green+Blue) = 252+202+154=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA9A is #033565. Grayscale: #D3D3D3. Windows color (decimal): -210278 or 10144508. OLE color: 10144508.
HSL color Cylindrical-coordinate representation of color #FCCA9A: hue angle of 29.39º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCCA9A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 154 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.01 |
| HSL | 29.39º | 0.94% | 0.8% | - |
| HSV(B) | 29.39º | 0.39% | 0.99% | - |
| XYZ | 67.1 | 65.27 | 39.63 | - |
| YUV | 211.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 154 | 0 | 0.20 | 0.39 | 0.01 | 29.39 | 0.94 | 0.8 |
| Hex | FC | CA | 9A | 0 | 14 | 27 | 1 | 1D | 5E | 50 |
| Octal | 374 | 312 | 232 | 0 | 24 | 47 | 1 | 35 | 136 | 120 |
| Binary | 11111100 | 11001010 | 10011010 | 0 | 10100 | 100111 | 1 | 11101 | 1011110 | 1010000 |
Color Harmonies of #FCCA9A
Complementary color
Monochromatic Colors of #FCCA9A
Black with #FCCA9A
Text Example
Text Example
White with #FCCA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA9A; }
p { color: rgb(252,202,154); }
H1.HeaderClassName
{
color: #FCCA9A;
}
.AnyTagClassName
{
color: #FCCA9A;
}
</style>
background-color css
<style>
a { background-color: #FCCA9A; }
a { background-color: rgb(252,202,154); }
div.DivClassName
{
background-color: #FCCA9A;
}
.BgClassName
{
background-color: #FCCA9A;
}
</style>
border-color css
<style>
span { border-color: #FCCA9A; }
span { border-color: rgb(252,202,154); }
td.TdClassName
{
border-color: #FCCA9A;
}
.TagClassName
{
border-color: #FCCA9A;
}
</style>