Shades of Peach-Orange #FACD9A
Tints of Peach-Orange #FACD9A
RGB
CMYK
RGB Variations
Color information
#FACD9A (or 0xFACD9A) is known color: Peach-Orange. HEX triplet: FA, CD and 9A. RGB value is (250,205,154). Sum of RGB (Red+Green+Blue) = 250+205+154=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9A is #053265. Grayscale: #D4D4D4. Windows color (decimal): -340582 or 10145274. OLE color: 10145274.
HSL color Cylindrical-coordinate representation of color #FACD9A: hue angle of 31.88º 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 #FACD9A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 154 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.02 |
| HSL | 31.88º | 0.91% | 0.79% | - |
| HSV(B) | 31.88º | 0.38% | 0.98% | - |
| XYZ | 67.09 | 66.32 | 39.84 | - |
| YUV | 212.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 154 | 0 | 0.18 | 0.38 | 0.02 | 31.88 | 0.91 | 0.79 |
| Hex | FA | CD | 9A | 0 | 12 | 26 | 2 | 20 | 5B | 4F |
| Octal | 372 | 315 | 232 | 0 | 22 | 46 | 2 | 40 | 133 | 117 |
| Binary | 11111010 | 11001101 | 10011010 | 0 | 10010 | 100110 | 10 | 100000 | 1011011 | 1001111 |
Color Harmonies of #FACD9A
Complementary color
Monochromatic Colors of #FACD9A
Black with #FACD9A
Text Example
Text Example
White with #FACD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD9A; }
p { color: rgb(250,205,154); }
H1.HeaderClassName
{
color: #FACD9A;
}
.AnyTagClassName
{
color: #FACD9A;
}
</style>
background-color css
<style>
a { background-color: #FACD9A; }
a { background-color: rgb(250,205,154); }
div.DivClassName
{
background-color: #FACD9A;
}
.BgClassName
{
background-color: #FACD9A;
}
</style>
border-color css
<style>
span { border-color: #FACD9A; }
span { border-color: rgb(250,205,154); }
td.TdClassName
{
border-color: #FACD9A;
}
.TagClassName
{
border-color: #FACD9A;
}
</style>