Shades of Peach-Orange #FFCA8E
Tints of Peach-Orange #FFCA8E
RGB
CMYK
RGB Variations
Color information
#FFCA8E (or 0xFFCA8E) is known color: Peach-Orange. HEX triplet: FF, CA and 8E. RGB value is (255,202,142). Sum of RGB (Red+Green+Blue) = 255+202+142=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA8E is #003571. Grayscale: #D3D3D3. Windows color (decimal): -13682 or 9358079. OLE color: 9358079.
HSL color Cylindrical-coordinate representation of color #FFCA8E: hue angle of 31.86º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCA8E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 142 | - |
| CMYK | 0 | 0.21 | 0.44 | 0 |
| HSL | 31.86º | 1% | 0.78% | - |
| HSV(B) | 31.86º | 0.44% | 1% | - |
| XYZ | 67.24 | 65.45 | 34.68 | - |
| YUV | 211.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 142 | 0 | 0.21 | 0.44 | 0 | 31.86 | 1 | 0.78 |
| Hex | FF | CA | 8E | 0 | 15 | 2C | 0 | 20 | 64 | 4E |
| Octal | 377 | 312 | 216 | 0 | 25 | 54 | 0 | 40 | 144 | 116 |
| Binary | 11111111 | 11001010 | 10001110 | 0 | 10101 | 101100 | 0 | 100000 | 1100100 | 1001110 |
Color Harmonies of #FFCA8E
Complementary color
Monochromatic Colors of #FFCA8E
Black with #FFCA8E
Text Example
Text Example
White with #FFCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA8E; }
p { color: rgb(255,202,142); }
H1.HeaderClassName
{
color: #FFCA8E;
}
.AnyTagClassName
{
color: #FFCA8E;
}
</style>
background-color css
<style>
a { background-color: #FFCA8E; }
a { background-color: rgb(255,202,142); }
div.DivClassName
{
background-color: #FFCA8E;
}
.BgClassName
{
background-color: #FFCA8E;
}
</style>
border-color css
<style>
span { border-color: #FFCA8E; }
span { border-color: rgb(255,202,142); }
td.TdClassName
{
border-color: #FFCA8E;
}
.TagClassName
{
border-color: #FFCA8E;
}
</style>