Shades of Peach-Orange #FFCA8D
Tints of Peach-Orange #FFCA8D
RGB
CMYK
RGB Variations
Color information
#FFCA8D (or 0xFFCA8D) is known color: Peach-Orange. HEX triplet: FF, CA and 8D. RGB value is (255,202,141). Sum of RGB (Red+Green+Blue) = 255+202+141=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA8D is #003572. Grayscale: #D3D3D3. Windows color (decimal): -13683 or 9292543. OLE color: 9292543.
HSL color Cylindrical-coordinate representation of color #FFCA8D: hue angle of 32.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFCA8D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 141 | - |
| CMYK | 0 | 0.21 | 0.45 | 0 |
| HSL | 32.11º | 1% | 0.78% | - |
| HSV(B) | 32.11º | 0.45% | 1% | - |
| XYZ | 67.17 | 65.42 | 34.29 | - |
| YUV | 210.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 141 | 0 | 0.21 | 0.45 | 0 | 32.11 | 1 | 0.78 |
| Hex | FF | CA | 8D | 0 | 15 | 2D | 0 | 20 | 64 | 4E |
| Octal | 377 | 312 | 215 | 0 | 25 | 55 | 0 | 40 | 144 | 116 |
| Binary | 11111111 | 11001010 | 10001101 | 0 | 10101 | 101101 | 0 | 100000 | 1100100 | 1001110 |
Color Harmonies of #FFCA8D
Complementary color
Monochromatic Colors of #FFCA8D
Black with #FFCA8D
Text Example
Text Example
White with #FFCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA8D; }
p { color: rgb(255,202,141); }
H1.HeaderClassName
{
color: #FFCA8D;
}
.AnyTagClassName
{
color: #FFCA8D;
}
</style>
background-color css
<style>
a { background-color: #FFCA8D; }
a { background-color: rgb(255,202,141); }
div.DivClassName
{
background-color: #FFCA8D;
}
.BgClassName
{
background-color: #FFCA8D;
}
</style>
border-color css
<style>
span { border-color: #FFCA8D; }
span { border-color: rgb(255,202,141); }
td.TdClassName
{
border-color: #FFCA8D;
}
.TagClassName
{
border-color: #FFCA8D;
}
</style>