Shades of Peach-Orange #FAC992
Tints of Peach-Orange #FAC992
RGB
CMYK
RGB Variations
Color information
#FAC992 (or 0xFAC992) is known color: Peach-Orange. HEX triplet: FA, C9 and 92. RGB value is (250,201,146). Sum of RGB (Red+Green+Blue) = 250+201+146=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC992 is #05366D. Grayscale: #D1D1D1. Windows color (decimal): -341614 or 9619962. OLE color: 9619962.
HSL color Cylindrical-coordinate representation of color #FAC992: hue angle of 31.73º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC992 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 146 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.02 |
| HSL | 31.73º | 0.91% | 0.78% | - |
| HSV(B) | 31.73º | 0.42% | 0.98% | - |
| XYZ | 65.5 | 64.17 | 36.13 | - |
| YUV | 209.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 146 | 0 | 0.20 | 0.42 | 0.02 | 31.73 | 0.91 | 0.78 |
| Hex | FA | C9 | 92 | 0 | 14 | 2A | 2 | 20 | 5B | 4E |
| Octal | 372 | 311 | 222 | 0 | 24 | 52 | 2 | 40 | 133 | 116 |
| Binary | 11111010 | 11001001 | 10010010 | 0 | 10100 | 101010 | 10 | 100000 | 1011011 | 1001110 |
Color Harmonies of #FAC992
Complementary color
Monochromatic Colors of #FAC992
Black with #FAC992
Text Example
Text Example
White with #FAC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC992; }
p { color: rgb(250,201,146); }
H1.HeaderClassName
{
color: #FAC992;
}
.AnyTagClassName
{
color: #FAC992;
}
</style>
background-color css
<style>
a { background-color: #FAC992; }
a { background-color: rgb(250,201,146); }
div.DivClassName
{
background-color: #FAC992;
}
.BgClassName
{
background-color: #FAC992;
}
</style>
border-color css
<style>
span { border-color: #FAC992; }
span { border-color: rgb(250,201,146); }
td.TdClassName
{
border-color: #FAC992;
}
.TagClassName
{
border-color: #FAC992;
}
</style>