Shades of Peach-Orange #FFCA9A
Tints of Peach-Orange #FFCA9A
RGB
CMYK
RGB Variations
Color information
#FFCA9A (or 0xFFCA9A) is known color: Peach-Orange. HEX triplet: FF, CA and 9A. RGB value is (255,202,154). Sum of RGB (Red+Green+Blue) = 255+202+154=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA9A is #003565. Grayscale: #D4D4D4. Windows color (decimal): -13670 or 10144511. OLE color: 10144511.
HSL color Cylindrical-coordinate representation of color #FFCA9A: hue angle of 28.51º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCA9A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 154 | - |
| CMYK | 0 | 0.21 | 0.40 | 0 |
| HSL | 28.51º | 1% | 0.8% | - |
| HSV(B) | 28.51º | 0.4% | 1% | - |
| XYZ | 68.19 | 65.83 | 39.68 | - |
| YUV | 212.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 154 | 0 | 0.21 | 0.40 | 0 | 28.51 | 1 | 0.8 |
| Hex | FF | CA | 9A | 0 | 15 | 28 | 0 | 1D | 64 | 50 |
| Octal | 377 | 312 | 232 | 0 | 25 | 50 | 0 | 35 | 144 | 120 |
| Binary | 11111111 | 11001010 | 10011010 | 0 | 10101 | 101000 | 0 | 11101 | 1100100 | 1010000 |
Color Harmonies of #FFCA9A
Complementary color
Monochromatic Colors of #FFCA9A
Black with #FFCA9A
Text Example
Text Example
White with #FFCA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA9A; }
p { color: rgb(255,202,154); }
H1.HeaderClassName
{
color: #FFCA9A;
}
.AnyTagClassName
{
color: #FFCA9A;
}
</style>
background-color css
<style>
a { background-color: #FFCA9A; }
a { background-color: rgb(255,202,154); }
div.DivClassName
{
background-color: #FFCA9A;
}
.BgClassName
{
background-color: #FFCA9A;
}
</style>
border-color css
<style>
span { border-color: #FFCA9A; }
span { border-color: rgb(255,202,154); }
td.TdClassName
{
border-color: #FFCA9A;
}
.TagClassName
{
border-color: #FFCA9A;
}
</style>