Shades of Peach-Orange #FACA94
Tints of Peach-Orange #FACA94
RGB
CMYK
RGB Variations
Color information
#FACA94 (or 0xFACA94) is known color: Peach-Orange. HEX triplet: FA, CA and 94. RGB value is (250,202,148). Sum of RGB (Red+Green+Blue) = 250+202+148=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA94 is #05356B. Grayscale: #D2D2D2. Windows color (decimal): -341356 or 9751290. OLE color: 9751290.
HSL color Cylindrical-coordinate representation of color #FACA94: hue angle of 31.76º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FACA94 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 148 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.02 |
| HSL | 31.76º | 0.91% | 0.78% | - |
| HSV(B) | 31.76º | 0.41% | 0.98% | - |
| XYZ | 65.89 | 64.7 | 37.03 | - |
| YUV | 210.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 148 | 0 | 0.19 | 0.41 | 0.02 | 31.76 | 0.91 | 0.78 |
| Hex | FA | CA | 94 | 0 | 13 | 29 | 2 | 20 | 5B | 4E |
| Octal | 372 | 312 | 224 | 0 | 23 | 51 | 2 | 40 | 133 | 116 |
| Binary | 11111010 | 11001010 | 10010100 | 0 | 10011 | 101001 | 10 | 100000 | 1011011 | 1001110 |
Color Harmonies of #FACA94
Complementary color
Monochromatic Colors of #FACA94
Black with #FACA94
Text Example
Text Example
White with #FACA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA94; }
p { color: rgb(250,202,148); }
H1.HeaderClassName
{
color: #FACA94;
}
.AnyTagClassName
{
color: #FACA94;
}
</style>
background-color css
<style>
a { background-color: #FACA94; }
a { background-color: rgb(250,202,148); }
div.DivClassName
{
background-color: #FACA94;
}
.BgClassName
{
background-color: #FACA94;
}
</style>
border-color css
<style>
span { border-color: #FACA94; }
span { border-color: rgb(250,202,148); }
td.TdClassName
{
border-color: #FACA94;
}
.TagClassName
{
border-color: #FACA94;
}
</style>