Shades of Peach-Orange #FAC997
Tints of Peach-Orange #FAC997
RGB
CMYK
RGB Variations
Color information
#FAC997 (or 0xFAC997) is known color: Peach-Orange. HEX triplet: FA, C9 and 97. RGB value is (250,201,151). Sum of RGB (Red+Green+Blue) = 250+201+151=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC997 is #053668. Grayscale: #D2D2D2. Windows color (decimal): -341609 or 9947642. OLE color: 9947642.
HSL color Cylindrical-coordinate representation of color #FAC997: hue angle of 30.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC997 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 151 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.02 |
| HSL | 30.3º | 0.91% | 0.79% | - |
| HSV(B) | 30.3º | 0.4% | 0.98% | - |
| XYZ | 65.9 | 64.33 | 38.22 | - |
| YUV | 209.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 151 | 0 | 0.20 | 0.40 | 0.02 | 30.3 | 0.91 | 0.79 |
| Hex | FA | C9 | 97 | 0 | 14 | 28 | 2 | 1E | 5B | 4F |
| Octal | 372 | 311 | 227 | 0 | 24 | 50 | 2 | 36 | 133 | 117 |
| Binary | 11111010 | 11001001 | 10010111 | 0 | 10100 | 101000 | 10 | 11110 | 1011011 | 1001111 |
Color Harmonies of #FAC997
Complementary color
Monochromatic Colors of #FAC997
Black with #FAC997
Text Example
Text Example
White with #FAC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC997; }
p { color: rgb(250,201,151); }
H1.HeaderClassName
{
color: #FAC997;
}
.AnyTagClassName
{
color: #FAC997;
}
</style>
background-color css
<style>
a { background-color: #FAC997; }
a { background-color: rgb(250,201,151); }
div.DivClassName
{
background-color: #FAC997;
}
.BgClassName
{
background-color: #FAC997;
}
</style>
border-color css
<style>
span { border-color: #FAC997; }
span { border-color: rgb(250,201,151); }
td.TdClassName
{
border-color: #FAC997;
}
.TagClassName
{
border-color: #FAC997;
}
</style>