Shades of Peach-Orange #FACE9A
Tints of Peach-Orange #FACE9A
RGB
CMYK
RGB Variations
Color information
#FACE9A (or 0xFACE9A) is known color: Peach-Orange. HEX triplet: FA, CE and 9A. RGB value is (250,206,154). Sum of RGB (Red+Green+Blue) = 250+206+154=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9A is #053165. Grayscale: #D5D5D5. Windows color (decimal): -340326 or 10145530. OLE color: 10145530.
HSL color Cylindrical-coordinate representation of color #FACE9A: hue angle of 32.5º 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 #FACE9A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 154 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.02 |
| HSL | 32.5º | 0.91% | 0.79% | - |
| HSV(B) | 32.5º | 0.38% | 0.98% | - |
| XYZ | 67.33 | 66.8 | 39.92 | - |
| YUV | 213.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 154 | 0 | 0.18 | 0.38 | 0.02 | 32.5 | 0.91 | 0.79 |
| Hex | FA | CE | 9A | 0 | 12 | 26 | 2 | 20 | 5B | 4F |
| Octal | 372 | 316 | 232 | 0 | 22 | 46 | 2 | 40 | 133 | 117 |
| Binary | 11111010 | 11001110 | 10011010 | 0 | 10010 | 100110 | 10 | 100000 | 1011011 | 1001111 |
Color Harmonies of #FACE9A
Complementary color
Monochromatic Colors of #FACE9A
Black with #FACE9A
Text Example
Text Example
White with #FACE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE9A; }
p { color: rgb(250,206,154); }
H1.HeaderClassName
{
color: #FACE9A;
}
.AnyTagClassName
{
color: #FACE9A;
}
</style>
background-color css
<style>
a { background-color: #FACE9A; }
a { background-color: rgb(250,206,154); }
div.DivClassName
{
background-color: #FACE9A;
}
.BgClassName
{
background-color: #FACE9A;
}
</style>
border-color css
<style>
span { border-color: #FACE9A; }
span { border-color: rgb(250,206,154); }
td.TdClassName
{
border-color: #FACE9A;
}
.TagClassName
{
border-color: #FACE9A;
}
</style>