Shades of Peach-Orange #FACA9D
Tints of Peach-Orange #FACA9D
RGB
CMYK
RGB Variations
Color information
#FACA9D (or 0xFACA9D) is known color: Peach-Orange. HEX triplet: FA, CA and 9D. RGB value is (250,202,157). Sum of RGB (Red+Green+Blue) = 250+202+157=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9D is #053562. Grayscale: #D3D3D3. Windows color (decimal): -341347 or 10341114. OLE color: 10341114.
HSL color Cylindrical-coordinate representation of color #FACA9D: hue angle of 29.03º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FACA9D is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 157 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.02 |
| HSL | 29.03º | 0.9% | 0.8% | - |
| HSV(B) | 29.03º | 0.37% | 0.98% | - |
| XYZ | 66.63 | 65 | 40.93 | - |
| YUV | 211.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 157 | 0 | 0.19 | 0.37 | 0.02 | 29.03 | 0.9 | 0.8 |
| Hex | FA | CA | 9D | 0 | 13 | 25 | 2 | 1D | 5A | 50 |
| Octal | 372 | 312 | 235 | 0 | 23 | 45 | 2 | 35 | 132 | 120 |
| Binary | 11111010 | 11001010 | 10011101 | 0 | 10011 | 100101 | 10 | 11101 | 1011010 | 1010000 |
Color Harmonies of #FACA9D
Complementary color
Monochromatic Colors of #FACA9D
Black with #FACA9D
Text Example
Text Example
White with #FACA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA9D; }
p { color: rgb(250,202,157); }
H1.HeaderClassName
{
color: #FACA9D;
}
.AnyTagClassName
{
color: #FACA9D;
}
</style>
background-color css
<style>
a { background-color: #FACA9D; }
a { background-color: rgb(250,202,157); }
div.DivClassName
{
background-color: #FACA9D;
}
.BgClassName
{
background-color: #FACA9D;
}
</style>
border-color css
<style>
span { border-color: #FACA9D; }
span { border-color: rgb(250,202,157); }
td.TdClassName
{
border-color: #FACA9D;
}
.TagClassName
{
border-color: #FACA9D;
}
</style>