Shades of Peach-Orange #FAC791
Tints of Peach-Orange #FAC791
RGB
CMYK
RGB Variations
Color information
#FAC791 (or 0xFAC791) is known color: Peach-Orange. HEX triplet: FA, C7 and 91. RGB value is (250,199,145). Sum of RGB (Red+Green+Blue) = 250+199+145=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC791 is #05386E. Grayscale: #D0D0D0. Windows color (decimal): -342127 or 9553914. OLE color: 9553914.
HSL color Cylindrical-coordinate representation of color #FAC791: hue angle of 30.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC791 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 145 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.02 |
| HSL | 30.86º | 0.91% | 0.77% | - |
| HSV(B) | 30.86º | 0.42% | 0.98% | - |
| XYZ | 64.96 | 63.22 | 35.57 | - |
| YUV | 208.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 145 | 0 | 0.20 | 0.42 | 0.02 | 30.86 | 0.91 | 0.77 |
| Hex | FA | C7 | 91 | 0 | 14 | 2A | 2 | 1F | 5B | 4D |
| Octal | 372 | 307 | 221 | 0 | 24 | 52 | 2 | 37 | 133 | 115 |
| Binary | 11111010 | 11000111 | 10010001 | 0 | 10100 | 101010 | 10 | 11111 | 1011011 | 1001101 |
Color Harmonies of #FAC791
Complementary color
Monochromatic Colors of #FAC791
Black with #FAC791
Text Example
Text Example
White with #FAC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC791; }
p { color: rgb(250,199,145); }
H1.HeaderClassName
{
color: #FAC791;
}
.AnyTagClassName
{
color: #FAC791;
}
</style>
background-color css
<style>
a { background-color: #FAC791; }
a { background-color: rgb(250,199,145); }
div.DivClassName
{
background-color: #FAC791;
}
.BgClassName
{
background-color: #FAC791;
}
</style>
border-color css
<style>
span { border-color: #FAC791; }
span { border-color: rgb(250,199,145); }
td.TdClassName
{
border-color: #FAC791;
}
.TagClassName
{
border-color: #FAC791;
}
</style>