Shades of Peach-Orange #FAC596
Tints of Peach-Orange #FAC596
RGB
CMYK
RGB Variations
Color information
#FAC596 (or 0xFAC596) is known color: Peach-Orange. HEX triplet: FA, C5 and 96. RGB value is (250,197,150). Sum of RGB (Red+Green+Blue) = 250+197+150=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC596 is #053A69. Grayscale: #CFCFCF. Windows color (decimal): -342634 or 9881082. OLE color: 9881082.
HSL color Cylindrical-coordinate representation of color #FAC596: hue angle of 28.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC596 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 150 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.02 |
| HSL | 28.2º | 0.91% | 0.78% | - |
| HSV(B) | 28.2º | 0.4% | 0.98% | - |
| XYZ | 64.9 | 62.46 | 37.49 | - |
| YUV | 207.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 150 | 0 | 0.21 | 0.4 | 0.02 | 28.2 | 0.91 | 0.78 |
| Hex | FA | C5 | 96 | 0 | 15 | 28 | 2 | 1C | 5B | 4E |
| Octal | 372 | 305 | 226 | 0 | 25 | 50 | 2 | 34 | 133 | 116 |
| Binary | 11111010 | 11000101 | 10010110 | 0 | 10101 | 101000 | 10 | 11100 | 1011011 | 1001110 |
Color Harmonies of #FAC596
Complementary color
Monochromatic Colors of #FAC596
Black with #FAC596
Text Example
Text Example
White with #FAC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC596; }
p { color: rgb(250,197,150); }
H1.HeaderClassName
{
color: #FAC596;
}
.AnyTagClassName
{
color: #FAC596;
}
</style>
background-color css
<style>
a { background-color: #FAC596; }
a { background-color: rgb(250,197,150); }
div.DivClassName
{
background-color: #FAC596;
}
.BgClassName
{
background-color: #FAC596;
}
</style>
border-color css
<style>
span { border-color: #FAC596; }
span { border-color: rgb(250,197,150); }
td.TdClassName
{
border-color: #FAC596;
}
.TagClassName
{
border-color: #FAC596;
}
</style>