Shades of Hit Pink #FAA973
Tints of Hit Pink #FAA973
RGB
CMYK
RGB Variations
Color information
#FAA973 (or 0xFAA973) is known color: Hit Pink. HEX triplet: FA, A9 and 73. RGB value is (250,169,115). Sum of RGB (Red+Green+Blue) = 250+169+115=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA973 is #05568C. Grayscale: #BBBBBB. Windows color (decimal): -349837 or 7580154. OLE color: 7580154.
HSL color Cylindrical-coordinate representation of color #FAA973: hue angle of 24º 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 #FAA973 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 115 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.02 |
| HSL | 24º | 0.93% | 0.72% | - |
| HSV(B) | 24º | 0.54% | 0.98% | - |
| XYZ | 56.71 | 49.94 | 22.87 | - |
| YUV | 187.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 115 | 0 | 0.32 | 0.54 | 0.02 | 24 | 0.93 | 0.72 |
| Hex | FA | A9 | 73 | 0 | 20 | 36 | 2 | 18 | 5D | 48 |
| Octal | 372 | 251 | 163 | 0 | 40 | 66 | 2 | 30 | 135 | 110 |
| Binary | 11111010 | 10101001 | 1110011 | 0 | 100000 | 110110 | 10 | 11000 | 1011101 | 1001000 |
Color Harmonies of #FAA973
Complementary color
Monochromatic Colors of #FAA973
Black with #FAA973
Text Example
Text Example
White with #FAA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA973; }
p { color: rgb(250,169,115); }
H1.HeaderClassName
{
color: #FAA973;
}
.AnyTagClassName
{
color: #FAA973;
}
</style>
background-color css
<style>
a { background-color: #FAA973; }
a { background-color: rgb(250,169,115); }
div.DivClassName
{
background-color: #FAA973;
}
.BgClassName
{
background-color: #FAA973;
}
</style>
border-color css
<style>
span { border-color: #FAA973; }
span { border-color: rgb(250,169,115); }
td.TdClassName
{
border-color: #FAA973;
}
.TagClassName
{
border-color: #FAA973;
}
</style>