Shades of Peach-Orange #FACA9A
Tints of Peach-Orange #FACA9A
RGB
CMYK
RGB Variations
Color information
#FACA9A (or 0xFACA9A) is known color: Peach-Orange. HEX triplet: FA, CA and 9A. RGB value is (250,202,154). Sum of RGB (Red+Green+Blue) = 250+202+154=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9A is #053565. Grayscale: #D3D3D3. Windows color (decimal): -341350 or 10144506. OLE color: 10144506.
HSL color Cylindrical-coordinate representation of color #FACA9A: hue angle of 30º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FACA9A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 154 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.02 |
| HSL | 30º | 0.91% | 0.79% | - |
| HSV(B) | 30º | 0.38% | 0.98% | - |
| XYZ | 66.38 | 64.9 | 39.6 | - |
| YUV | 210.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 154 | 0 | 0.19 | 0.38 | 0.02 | 30 | 0.91 | 0.79 |
| Hex | FA | CA | 9A | 0 | 13 | 26 | 2 | 1E | 5B | 4F |
| Octal | 372 | 312 | 232 | 0 | 23 | 46 | 2 | 36 | 133 | 117 |
| Binary | 11111010 | 11001010 | 10011010 | 0 | 10011 | 100110 | 10 | 11110 | 1011011 | 1001111 |
Color Harmonies of #FACA9A
Complementary color
Monochromatic Colors of #FACA9A
Black with #FACA9A
Text Example
Text Example
White with #FACA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA9A; }
p { color: rgb(250,202,154); }
H1.HeaderClassName
{
color: #FACA9A;
}
.AnyTagClassName
{
color: #FACA9A;
}
</style>
background-color css
<style>
a { background-color: #FACA9A; }
a { background-color: rgb(250,202,154); }
div.DivClassName
{
background-color: #FACA9A;
}
.BgClassName
{
background-color: #FACA9A;
}
</style>
border-color css
<style>
span { border-color: #FACA9A; }
span { border-color: rgb(250,202,154); }
td.TdClassName
{
border-color: #FACA9A;
}
.TagClassName
{
border-color: #FACA9A;
}
</style>