Shades of Peach-Orange #FFCFA0
Tints of Peach-Orange #FFCFA0
RGB
CMYK
RGB Variations
Color information
#FFCFA0 (or 0xFFCFA0) is known color: Peach-Orange. HEX triplet: FF, CF and A0. RGB value is (255,207,160). Sum of RGB (Red+Green+Blue) = 255+207+160=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFA0 is #00305F. Grayscale: #D8D8D8. Windows color (decimal): -12384 or 10539007. OLE color: 10539007.
HSL color Cylindrical-coordinate representation of color #FFCFA0: hue angle of 29.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFCFA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 160 | - |
| CMYK | 0 | 0.19 | 0.37 | 0 |
| HSL | 29.68º | 1% | 0.81% | - |
| HSV(B) | 29.68º | 0.37% | 1% | - |
| XYZ | 69.9 | 68.42 | 42.78 | - |
| YUV | 215.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 160 | 0 | 0.19 | 0.37 | 0 | 29.68 | 1 | 0.81 |
| Hex | FF | CF | A0 | 0 | 13 | 25 | 0 | 1E | 64 | 51 |
| Octal | 377 | 317 | 240 | 0 | 23 | 45 | 0 | 36 | 144 | 121 |
| Binary | 11111111 | 11001111 | 10100000 | 0 | 10011 | 100101 | 0 | 11110 | 1100100 | 1010001 |
Color Harmonies of #FFCFA0
Complementary color
Monochromatic Colors of #FFCFA0
Black with #FFCFA0
Text Example
Text Example
White with #FFCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFA0; }
p { color: rgb(255,207,160); }
H1.HeaderClassName
{
color: #FFCFA0;
}
.AnyTagClassName
{
color: #FFCFA0;
}
</style>
background-color css
<style>
a { background-color: #FFCFA0; }
a { background-color: rgb(255,207,160); }
div.DivClassName
{
background-color: #FFCFA0;
}
.BgClassName
{
background-color: #FFCFA0;
}
</style>
border-color css
<style>
span { border-color: #FFCFA0; }
span { border-color: rgb(255,207,160); }
td.TdClassName
{
border-color: #FFCFA0;
}
.TagClassName
{
border-color: #FFCFA0;
}
</style>