Shades of Peach-Orange #FFCA8F
Tints of Peach-Orange #FFCA8F
RGB
CMYK
RGB Variations
Color information
#FFCA8F (or 0xFFCA8F) is known color: Peach-Orange. HEX triplet: FF, CA and 8F. RGB value is (255,202,143). Sum of RGB (Red+Green+Blue) = 255+202+143=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA8F is #003570. Grayscale: #D3D3D3. Windows color (decimal): -13681 or 9423615. OLE color: 9423615.
HSL color Cylindrical-coordinate representation of color #FFCA8F: hue angle of 31.61º 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 #FFCA8F is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 143 | - |
| CMYK | 0 | 0.21 | 0.44 | 0 |
| HSL | 31.61º | 1% | 0.78% | - |
| HSV(B) | 31.61º | 0.44% | 1% | - |
| XYZ | 67.32 | 65.48 | 35.08 | - |
| YUV | 211.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 143 | 0 | 0.21 | 0.44 | 0 | 31.61 | 1 | 0.78 |
| Hex | FF | CA | 8F | 0 | 15 | 2C | 0 | 20 | 64 | 4E |
| Octal | 377 | 312 | 217 | 0 | 25 | 54 | 0 | 40 | 144 | 116 |
| Binary | 11111111 | 11001010 | 10001111 | 0 | 10101 | 101100 | 0 | 100000 | 1100100 | 1001110 |
Color Harmonies of #FFCA8F
Complementary color
Monochromatic Colors of #FFCA8F
Black with #FFCA8F
Text Example
Text Example
White with #FFCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA8F; }
p { color: rgb(255,202,143); }
H1.HeaderClassName
{
color: #FFCA8F;
}
.AnyTagClassName
{
color: #FFCA8F;
}
</style>
background-color css
<style>
a { background-color: #FFCA8F; }
a { background-color: rgb(255,202,143); }
div.DivClassName
{
background-color: #FFCA8F;
}
.BgClassName
{
background-color: #FFCA8F;
}
</style>
border-color css
<style>
span { border-color: #FFCA8F; }
span { border-color: rgb(255,202,143); }
td.TdClassName
{
border-color: #FFCA8F;
}
.TagClassName
{
border-color: #FFCA8F;
}
</style>