Shades of Hit Pink #FAA376
Tints of Hit Pink #FAA376
RGB
CMYK
RGB Variations
Color information
#FAA376 (or 0xFAA376) is known color: Hit Pink. HEX triplet: FA, A3 and 76. RGB value is (250,163,118). Sum of RGB (Red+Green+Blue) = 250+163+118=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA376 is #055C89. Grayscale: #B8B8B8. Windows color (decimal): -351370 or 7775226. OLE color: 7775226.
HSL color Cylindrical-coordinate representation of color #FAA376: hue angle of 20.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA376 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 118 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.02 |
| HSL | 20.45º | 0.93% | 0.72% | - |
| HSV(B) | 20.45º | 0.53% | 0.98% | - |
| XYZ | 55.79 | 47.83 | 23.43 | - |
| YUV | 183.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 118 | 0 | 0.35 | 0.53 | 0.02 | 20.45 | 0.93 | 0.72 |
| Hex | FA | A3 | 76 | 0 | 23 | 35 | 2 | 14 | 5D | 48 |
| Octal | 372 | 243 | 166 | 0 | 43 | 65 | 2 | 24 | 135 | 110 |
| Binary | 11111010 | 10100011 | 1110110 | 0 | 100011 | 110101 | 10 | 10100 | 1011101 | 1001000 |
Color Harmonies of #FAA376
Complementary color
Monochromatic Colors of #FAA376
Black with #FAA376
Text Example
Text Example
White with #FAA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA376; }
p { color: rgb(250,163,118); }
H1.HeaderClassName
{
color: #FAA376;
}
.AnyTagClassName
{
color: #FAA376;
}
</style>
background-color css
<style>
a { background-color: #FAA376; }
a { background-color: rgb(250,163,118); }
div.DivClassName
{
background-color: #FAA376;
}
.BgClassName
{
background-color: #FAA376;
}
</style>
border-color css
<style>
span { border-color: #FAA376; }
span { border-color: rgb(250,163,118); }
td.TdClassName
{
border-color: #FAA376;
}
.TagClassName
{
border-color: #FAA376;
}
</style>