Shades of Peach-Orange #FAC799
Tints of Peach-Orange #FAC799
RGB
CMYK
RGB Variations
Color information
#FAC799 (or 0xFAC799) is known color: Peach-Orange. HEX triplet: FA, C7 and 99. RGB value is (250,199,153). Sum of RGB (Red+Green+Blue) = 250+199+153=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC799 is #053866. Grayscale: #D1D1D1. Windows color (decimal): -342119 or 10078202. OLE color: 10078202.
HSL color Cylindrical-coordinate representation of color #FAC799: hue angle of 28.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAC799 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 153 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.02 |
| HSL | 28.45º | 0.91% | 0.79% | - |
| HSV(B) | 28.45º | 0.39% | 0.98% | - |
| XYZ | 65.6 | 63.47 | 38.93 | - |
| YUV | 209.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 153 | 0 | 0.20 | 0.39 | 0.02 | 28.45 | 0.91 | 0.79 |
| Hex | FA | C7 | 99 | 0 | 14 | 27 | 2 | 1C | 5B | 4F |
| Octal | 372 | 307 | 231 | 0 | 24 | 47 | 2 | 34 | 133 | 117 |
| Binary | 11111010 | 11000111 | 10011001 | 0 | 10100 | 100111 | 10 | 11100 | 1011011 | 1001111 |
Color Harmonies of #FAC799
Complementary color
Monochromatic Colors of #FAC799
Black with #FAC799
Text Example
Text Example
White with #FAC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC799; }
p { color: rgb(250,199,153); }
H1.HeaderClassName
{
color: #FAC799;
}
.AnyTagClassName
{
color: #FAC799;
}
</style>
background-color css
<style>
a { background-color: #FAC799; }
a { background-color: rgb(250,199,153); }
div.DivClassName
{
background-color: #FAC799;
}
.BgClassName
{
background-color: #FAC799;
}
</style>
border-color css
<style>
span { border-color: #FAC799; }
span { border-color: rgb(250,199,153); }
td.TdClassName
{
border-color: #FAC799;
}
.TagClassName
{
border-color: #FAC799;
}
</style>