Shades of Peach-Orange #FAC993
Tints of Peach-Orange #FAC993
RGB
CMYK
RGB Variations
Color information
#FAC993 (or 0xFAC993) is known color: Peach-Orange. HEX triplet: FA, C9 and 93. RGB value is (250,201,147). Sum of RGB (Red+Green+Blue) = 250+201+147=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC993 is #05366C. Grayscale: #D1D1D1. Windows color (decimal): -341613 or 9685498. OLE color: 9685498.
HSL color Cylindrical-coordinate representation of color #FAC993: hue angle of 31.46º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAC993 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 147 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.02 |
| HSL | 31.46º | 0.91% | 0.78% | - |
| HSV(B) | 31.46º | 0.41% | 0.98% | - |
| XYZ | 65.58 | 64.2 | 36.54 | - |
| YUV | 209.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 147 | 0 | 0.20 | 0.41 | 0.02 | 31.46 | 0.91 | 0.78 |
| Hex | FA | C9 | 93 | 0 | 14 | 29 | 2 | 1F | 5B | 4E |
| Octal | 372 | 311 | 223 | 0 | 24 | 51 | 2 | 37 | 133 | 116 |
| Binary | 11111010 | 11001001 | 10010011 | 0 | 10100 | 101001 | 10 | 11111 | 1011011 | 1001110 |
Color Harmonies of #FAC993
Complementary color
Monochromatic Colors of #FAC993
Black with #FAC993
Text Example
Text Example
White with #FAC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC993; }
p { color: rgb(250,201,147); }
H1.HeaderClassName
{
color: #FAC993;
}
.AnyTagClassName
{
color: #FAC993;
}
</style>
background-color css
<style>
a { background-color: #FAC993; }
a { background-color: rgb(250,201,147); }
div.DivClassName
{
background-color: #FAC993;
}
.BgClassName
{
background-color: #FAC993;
}
</style>
border-color css
<style>
span { border-color: #FAC993; }
span { border-color: rgb(250,201,147); }
td.TdClassName
{
border-color: #FAC993;
}
.TagClassName
{
border-color: #FAC993;
}
</style>