Shades of Peach-Orange #FACA91
Tints of Peach-Orange #FACA91
RGB
CMYK
RGB Variations
Color information
#FACA91 (or 0xFACA91) is known color: Peach-Orange. HEX triplet: FA, CA and 91. RGB value is (250,202,145). Sum of RGB (Red+Green+Blue) = 250+202+145=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA91 is #05356E. Grayscale: #D2D2D2. Windows color (decimal): -341359 or 9554682. OLE color: 9554682.
HSL color Cylindrical-coordinate representation of color #FACA91: hue angle of 32.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FACA91 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 145 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.02 |
| HSL | 32.57º | 0.91% | 0.77% | - |
| HSV(B) | 32.57º | 0.42% | 0.98% | - |
| XYZ | 65.66 | 64.61 | 35.8 | - |
| YUV | 209.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 145 | 0 | 0.19 | 0.42 | 0.02 | 32.57 | 0.91 | 0.77 |
| Hex | FA | CA | 91 | 0 | 13 | 2A | 2 | 21 | 5B | 4D |
| Octal | 372 | 312 | 221 | 0 | 23 | 52 | 2 | 41 | 133 | 115 |
| Binary | 11111010 | 11001010 | 10010001 | 0 | 10011 | 101010 | 10 | 100001 | 1011011 | 1001101 |
Color Harmonies of #FACA91
Complementary color
Monochromatic Colors of #FACA91
Black with #FACA91
Text Example
Text Example
White with #FACA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA91; }
p { color: rgb(250,202,145); }
H1.HeaderClassName
{
color: #FACA91;
}
.AnyTagClassName
{
color: #FACA91;
}
</style>
background-color css
<style>
a { background-color: #FACA91; }
a { background-color: rgb(250,202,145); }
div.DivClassName
{
background-color: #FACA91;
}
.BgClassName
{
background-color: #FACA91;
}
</style>
border-color css
<style>
span { border-color: #FACA91; }
span { border-color: rgb(250,202,145); }
td.TdClassName
{
border-color: #FACA91;
}
.TagClassName
{
border-color: #FACA91;
}
</style>