Shades of Peach-Orange #FFCA8A
Tints of Peach-Orange #FFCA8A
RGB
CMYK
RGB Variations
Color information
#FFCA8A (or 0xFFCA8A) is known color: Peach-Orange. HEX triplet: FF, CA and 8A. RGB value is (255,202,138). Sum of RGB (Red+Green+Blue) = 255+202+138=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA8A is #003575. Grayscale: #D2D2D2. Windows color (decimal): -13686 or 9095935. OLE color: 9095935.
HSL color Cylindrical-coordinate representation of color #FFCA8A: hue angle of 32.82º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFCA8A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 138 | - |
| CMYK | 0 | 0.21 | 0.46 | 0 |
| HSL | 32.82º | 1% | 0.77% | - |
| HSV(B) | 32.82º | 0.46% | 1% | - |
| XYZ | 66.95 | 65.34 | 33.13 | - |
| YUV | 210.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 138 | 0 | 0.21 | 0.46 | 0 | 32.82 | 1 | 0.77 |
| Hex | FF | CA | 8A | 0 | 15 | 2E | 0 | 21 | 64 | 4D |
| Octal | 377 | 312 | 212 | 0 | 25 | 56 | 0 | 41 | 144 | 115 |
| Binary | 11111111 | 11001010 | 10001010 | 0 | 10101 | 101110 | 0 | 100001 | 1100100 | 1001101 |
Color Harmonies of #FFCA8A
Complementary color
Monochromatic Colors of #FFCA8A
Black with #FFCA8A
Text Example
Text Example
White with #FFCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA8A; }
p { color: rgb(255,202,138); }
H1.HeaderClassName
{
color: #FFCA8A;
}
.AnyTagClassName
{
color: #FFCA8A;
}
</style>
background-color css
<style>
a { background-color: #FFCA8A; }
a { background-color: rgb(255,202,138); }
div.DivClassName
{
background-color: #FFCA8A;
}
.BgClassName
{
background-color: #FFCA8A;
}
</style>
border-color css
<style>
span { border-color: #FFCA8A; }
span { border-color: rgb(255,202,138); }
td.TdClassName
{
border-color: #FFCA8A;
}
.TagClassName
{
border-color: #FFCA8A;
}
</style>