Shades of Peach-Orange #FACC9C
Tints of Peach-Orange #FACC9C
RGB
CMYK
RGB Variations
Color information
#FACC9C (or 0xFACC9C) is known color: Peach-Orange. HEX triplet: FA, CC and 9C. RGB value is (250,204,156). Sum of RGB (Red+Green+Blue) = 250+204+156=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC9C is #053363. Grayscale: #D4D4D4. Windows color (decimal): -340836 or 10276090. OLE color: 10276090.
HSL color Cylindrical-coordinate representation of color #FACC9C: hue angle of 30.64º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FACC9C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 156 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.02 |
| HSL | 30.64º | 0.9% | 0.8% | - |
| HSV(B) | 30.64º | 0.38% | 0.98% | - |
| XYZ | 67.02 | 65.91 | 40.64 | - |
| YUV | 212.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 156 | 0 | 0.18 | 0.38 | 0.02 | 30.64 | 0.9 | 0.8 |
| Hex | FA | CC | 9C | 0 | 12 | 26 | 2 | 1F | 5A | 50 |
| Octal | 372 | 314 | 234 | 0 | 22 | 46 | 2 | 37 | 132 | 120 |
| Binary | 11111010 | 11001100 | 10011100 | 0 | 10010 | 100110 | 10 | 11111 | 1011010 | 1010000 |
Color Harmonies of #FACC9C
Complementary color
Monochromatic Colors of #FACC9C
Black with #FACC9C
Text Example
Text Example
White with #FACC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC9C; }
p { color: rgb(250,204,156); }
H1.HeaderClassName
{
color: #FACC9C;
}
.AnyTagClassName
{
color: #FACC9C;
}
</style>
background-color css
<style>
a { background-color: #FACC9C; }
a { background-color: rgb(250,204,156); }
div.DivClassName
{
background-color: #FACC9C;
}
.BgClassName
{
background-color: #FACC9C;
}
</style>
border-color css
<style>
span { border-color: #FACC9C; }
span { border-color: rgb(250,204,156); }
td.TdClassName
{
border-color: #FACC9C;
}
.TagClassName
{
border-color: #FACC9C;
}
</style>