Shades of Peach-Orange #FAC895
Tints of Peach-Orange #FAC895
RGB
CMYK
RGB Variations
Color information
#FAC895 (or 0xFAC895) is known color: Peach-Orange. HEX triplet: FA, C8 and 95. RGB value is (250,200,149). Sum of RGB (Red+Green+Blue) = 250+200+149=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC895 is #05376A. Grayscale: #D1D1D1. Windows color (decimal): -341867 or 9816314. OLE color: 9816314.
HSL color Cylindrical-coordinate representation of color #FAC895: hue angle of 30.3º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC895 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 149 | - |
| CMYK | 0 | 0.2 | 0.40 | 0.02 |
| HSL | 30.3º | 0.91% | 0.78% | - |
| HSV(B) | 30.3º | 0.4% | 0.98% | - |
| XYZ | 65.5 | 63.8 | 37.3 | - |
| YUV | 209.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 149 | 0 | 0.2 | 0.40 | 0.02 | 30.3 | 0.91 | 0.78 |
| Hex | FA | C8 | 95 | 0 | 14 | 28 | 2 | 1E | 5B | 4E |
| Octal | 372 | 310 | 225 | 0 | 24 | 50 | 2 | 36 | 133 | 116 |
| Binary | 11111010 | 11001000 | 10010101 | 0 | 10100 | 101000 | 10 | 11110 | 1011011 | 1001110 |
Color Harmonies of #FAC895
Complementary color
Monochromatic Colors of #FAC895
Black with #FAC895
Text Example
Text Example
White with #FAC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC895; }
p { color: rgb(250,200,149); }
H1.HeaderClassName
{
color: #FAC895;
}
.AnyTagClassName
{
color: #FAC895;
}
</style>
background-color css
<style>
a { background-color: #FAC895; }
a { background-color: rgb(250,200,149); }
div.DivClassName
{
background-color: #FAC895;
}
.BgClassName
{
background-color: #FAC895;
}
</style>
border-color css
<style>
span { border-color: #FAC895; }
span { border-color: rgb(250,200,149); }
td.TdClassName
{
border-color: #FAC895;
}
.TagClassName
{
border-color: #FAC895;
}
</style>