Shades of Peach-Orange #FACA92
Tints of Peach-Orange #FACA92
RGB
CMYK
RGB Variations
Color information
#FACA92 (or 0xFACA92) is known color: Peach-Orange. HEX triplet: FA, CA and 92. RGB value is (250,202,146). Sum of RGB (Red+Green+Blue) = 250+202+146=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA92 is #05356D. Grayscale: #D2D2D2. Windows color (decimal): -341358 or 9620218. OLE color: 9620218.
HSL color Cylindrical-coordinate representation of color #FACA92: hue angle of 32.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FACA92 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 146 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.02 |
| HSL | 32.31º | 0.91% | 0.78% | - |
| HSV(B) | 32.31º | 0.42% | 0.98% | - |
| XYZ | 65.73 | 64.64 | 36.21 | - |
| YUV | 209.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 146 | 0 | 0.19 | 0.42 | 0.02 | 32.31 | 0.91 | 0.78 |
| Hex | FA | CA | 92 | 0 | 13 | 2A | 2 | 20 | 5B | 4E |
| Octal | 372 | 312 | 222 | 0 | 23 | 52 | 2 | 40 | 133 | 116 |
| Binary | 11111010 | 11001010 | 10010010 | 0 | 10011 | 101010 | 10 | 100000 | 1011011 | 1001110 |
Color Harmonies of #FACA92
Complementary color
Monochromatic Colors of #FACA92
Black with #FACA92
Text Example
Text Example
White with #FACA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA92; }
p { color: rgb(250,202,146); }
H1.HeaderClassName
{
color: #FACA92;
}
.AnyTagClassName
{
color: #FACA92;
}
</style>
background-color css
<style>
a { background-color: #FACA92; }
a { background-color: rgb(250,202,146); }
div.DivClassName
{
background-color: #FACA92;
}
.BgClassName
{
background-color: #FACA92;
}
</style>
border-color css
<style>
span { border-color: #FACA92; }
span { border-color: rgb(250,202,146); }
td.TdClassName
{
border-color: #FACA92;
}
.TagClassName
{
border-color: #FACA92;
}
</style>