Shades of Hit Pink #FAA773
Tints of Hit Pink #FAA773
RGB
CMYK
RGB Variations
Color information
#FAA773 (or 0xFAA773) is known color: Hit Pink. HEX triplet: FA, A7 and 73. RGB value is (250,167,115). Sum of RGB (Red+Green+Blue) = 250+167+115=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA773 is #05588C. Grayscale: #BABABA. Windows color (decimal): -350349 or 7579642. OLE color: 7579642.
HSL color Cylindrical-coordinate representation of color #FAA773: hue angle of 23.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAA773 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 115 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.02 |
| HSL | 23.11º | 0.93% | 0.72% | - |
| HSV(B) | 23.11º | 0.54% | 0.98% | - |
| XYZ | 56.34 | 49.2 | 22.75 | - |
| YUV | 185.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 115 | 0 | 0.33 | 0.54 | 0.02 | 23.11 | 0.93 | 0.72 |
| Hex | FA | A7 | 73 | 0 | 21 | 36 | 2 | 17 | 5D | 48 |
| Octal | 372 | 247 | 163 | 0 | 41 | 66 | 2 | 27 | 135 | 110 |
| Binary | 11111010 | 10100111 | 1110011 | 0 | 100001 | 110110 | 10 | 10111 | 1011101 | 1001000 |
Color Harmonies of #FAA773
Complementary color
Monochromatic Colors of #FAA773
Black with #FAA773
Text Example
Text Example
White with #FAA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA773; }
p { color: rgb(250,167,115); }
H1.HeaderClassName
{
color: #FAA773;
}
.AnyTagClassName
{
color: #FAA773;
}
</style>
background-color css
<style>
a { background-color: #FAA773; }
a { background-color: rgb(250,167,115); }
div.DivClassName
{
background-color: #FAA773;
}
.BgClassName
{
background-color: #FAA773;
}
</style>
border-color css
<style>
span { border-color: #FAA773; }
span { border-color: rgb(250,167,115); }
td.TdClassName
{
border-color: #FAA773;
}
.TagClassName
{
border-color: #FAA773;
}
</style>