Shades of Peach-Orange #FACC9D
Tints of Peach-Orange #FACC9D
RGB
CMYK
RGB Variations
Color information
#FACC9D (or 0xFACC9D) is known color: Peach-Orange. HEX triplet: FA, CC and 9D. RGB value is (250,204,157). Sum of RGB (Red+Green+Blue) = 250+204+157=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC9D is #053362. Grayscale: #D4D4D4. Windows color (decimal): -340835 or 10341626. OLE color: 10341626.
HSL color Cylindrical-coordinate representation of color #FACC9D: hue angle of 30.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FACC9D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 157 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.02 |
| HSL | 30.32º | 0.9% | 0.8% | - |
| HSV(B) | 30.32º | 0.37% | 0.98% | - |
| XYZ | 67.1 | 65.94 | 41.09 | - |
| YUV | 212.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 157 | 0 | 0.18 | 0.37 | 0.02 | 30.32 | 0.9 | 0.8 |
| Hex | FA | CC | 9D | 0 | 12 | 25 | 2 | 1E | 5A | 50 |
| Octal | 372 | 314 | 235 | 0 | 22 | 45 | 2 | 36 | 132 | 120 |
| Binary | 11111010 | 11001100 | 10011101 | 0 | 10010 | 100101 | 10 | 11110 | 1011010 | 1010000 |
Color Harmonies of #FACC9D
Complementary color
Monochromatic Colors of #FACC9D
Black with #FACC9D
Text Example
Text Example
White with #FACC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC9D; }
p { color: rgb(250,204,157); }
H1.HeaderClassName
{
color: #FACC9D;
}
.AnyTagClassName
{
color: #FACC9D;
}
</style>
background-color css
<style>
a { background-color: #FACC9D; }
a { background-color: rgb(250,204,157); }
div.DivClassName
{
background-color: #FACC9D;
}
.BgClassName
{
background-color: #FACC9D;
}
</style>
border-color css
<style>
span { border-color: #FACC9D; }
span { border-color: rgb(250,204,157); }
td.TdClassName
{
border-color: #FACC9D;
}
.TagClassName
{
border-color: #FACC9D;
}
</style>