Shades of Peach-Orange #FACA8D
Tints of Peach-Orange #FACA8D
RGB
CMYK
RGB Variations
Color information
#FACA8D (or 0xFACA8D) is known color: Peach-Orange. HEX triplet: FA, CA and 8D. RGB value is (250,202,141). Sum of RGB (Red+Green+Blue) = 250+202+141=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA8D is #053572. Grayscale: #D1D1D1. Windows color (decimal): -341363 or 9292538. OLE color: 9292538.
HSL color Cylindrical-coordinate representation of color #FACA8D: hue angle of 33.58º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FACA8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.02 |
| HSL | 33.58º | 0.92% | 0.77% | - |
| HSV(B) | 33.58º | 0.44% | 0.98% | - |
| XYZ | 65.35 | 64.49 | 34.2 | - |
| YUV | 209.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 141 | 0 | 0.19 | 0.44 | 0.02 | 33.58 | 0.92 | 0.77 |
| Hex | FA | CA | 8D | 0 | 13 | 2C | 2 | 22 | 5C | 4D |
| Octal | 372 | 312 | 215 | 0 | 23 | 54 | 2 | 42 | 134 | 115 |
| Binary | 11111010 | 11001010 | 10001101 | 0 | 10011 | 101100 | 10 | 100010 | 1011100 | 1001101 |
Color Harmonies of #FACA8D
Complementary color
Monochromatic Colors of #FACA8D
Black with #FACA8D
Text Example
Text Example
White with #FACA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA8D; }
p { color: rgb(250,202,141); }
H1.HeaderClassName
{
color: #FACA8D;
}
.AnyTagClassName
{
color: #FACA8D;
}
</style>
background-color css
<style>
a { background-color: #FACA8D; }
a { background-color: rgb(250,202,141); }
div.DivClassName
{
background-color: #FACA8D;
}
.BgClassName
{
background-color: #FACA8D;
}
</style>
border-color css
<style>
span { border-color: #FACA8D; }
span { border-color: rgb(250,202,141); }
td.TdClassName
{
border-color: #FACA8D;
}
.TagClassName
{
border-color: #FACA8D;
}
</style>