Shades of Peach-Orange #FAC595
Tints of Peach-Orange #FAC595
RGB
CMYK
RGB Variations
Color information
#FAC595 (or 0xFAC595) is known color: Peach-Orange. HEX triplet: FA, C5 and 95. RGB value is (250,197,149). Sum of RGB (Red+Green+Blue) = 250+197+149=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC595 is #053A6A. Grayscale: #CFCFCF. Windows color (decimal): -342635 or 9815546. OLE color: 9815546.
HSL color Cylindrical-coordinate representation of color #FAC595: hue angle of 28.51º 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 #FAC595 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 149 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.02 |
| HSL | 28.51º | 0.91% | 0.78% | - |
| HSV(B) | 28.51º | 0.4% | 0.98% | - |
| XYZ | 64.82 | 62.43 | 37.07 | - |
| YUV | 207.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 149 | 0 | 0.21 | 0.40 | 0.02 | 28.51 | 0.91 | 0.78 |
| Hex | FA | C5 | 95 | 0 | 15 | 28 | 2 | 1D | 5B | 4E |
| Octal | 372 | 305 | 225 | 0 | 25 | 50 | 2 | 35 | 133 | 116 |
| Binary | 11111010 | 11000101 | 10010101 | 0 | 10101 | 101000 | 10 | 11101 | 1011011 | 1001110 |
Color Harmonies of #FAC595
Complementary color
Monochromatic Colors of #FAC595
Black with #FAC595
Text Example
Text Example
White with #FAC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC595; }
p { color: rgb(250,197,149); }
H1.HeaderClassName
{
color: #FAC595;
}
.AnyTagClassName
{
color: #FAC595;
}
</style>
background-color css
<style>
a { background-color: #FAC595; }
a { background-color: rgb(250,197,149); }
div.DivClassName
{
background-color: #FAC595;
}
.BgClassName
{
background-color: #FAC595;
}
</style>
border-color css
<style>
span { border-color: #FAC595; }
span { border-color: rgb(250,197,149); }
td.TdClassName
{
border-color: #FAC595;
}
.TagClassName
{
border-color: #FAC595;
}
</style>