Shades of Peach-Orange #FACA8F
Tints of Peach-Orange #FACA8F
RGB
CMYK
RGB Variations
Color information
#FACA8F (or 0xFACA8F) is known color: Peach-Orange. HEX triplet: FA, CA and 8F. RGB value is (250,202,143). Sum of RGB (Red+Green+Blue) = 250+202+143=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA8F is #053570. Grayscale: #D1D1D1. Windows color (decimal): -341361 or 9423610. OLE color: 9423610.
HSL color Cylindrical-coordinate representation of color #FACA8F: hue angle of 33.08º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FACA8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 143 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.02 |
| HSL | 33.08º | 0.91% | 0.77% | - |
| HSV(B) | 33.08º | 0.43% | 0.98% | - |
| XYZ | 65.5 | 64.55 | 34.99 | - |
| YUV | 209.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 143 | 0 | 0.19 | 0.43 | 0.02 | 33.08 | 0.91 | 0.77 |
| Hex | FA | CA | 8F | 0 | 13 | 2B | 2 | 21 | 5B | 4D |
| Octal | 372 | 312 | 217 | 0 | 23 | 53 | 2 | 41 | 133 | 115 |
| Binary | 11111010 | 11001010 | 10001111 | 0 | 10011 | 101011 | 10 | 100001 | 1011011 | 1001101 |
Color Harmonies of #FACA8F
Complementary color
Monochromatic Colors of #FACA8F
Black with #FACA8F
Text Example
Text Example
White with #FACA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA8F; }
p { color: rgb(250,202,143); }
H1.HeaderClassName
{
color: #FACA8F;
}
.AnyTagClassName
{
color: #FACA8F;
}
</style>
background-color css
<style>
a { background-color: #FACA8F; }
a { background-color: rgb(250,202,143); }
div.DivClassName
{
background-color: #FACA8F;
}
.BgClassName
{
background-color: #FACA8F;
}
</style>
border-color css
<style>
span { border-color: #FACA8F; }
span { border-color: rgb(250,202,143); }
td.TdClassName
{
border-color: #FACA8F;
}
.TagClassName
{
border-color: #FACA8F;
}
</style>