Shades of Hit Pink #FAA76A
Tints of Hit Pink #FAA76A
RGB
CMYK
RGB Variations
Color information
#FAA76A (or 0xFAA76A) is known color: Hit Pink. HEX triplet: FA, A7 and 6A. RGB value is (250,167,106). Sum of RGB (Red+Green+Blue) = 250+167+106=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA76A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA76A is #055895. Grayscale: #B9B9B9. Windows color (decimal): -350358 or 6989818. OLE color: 6989818.
HSL color Cylindrical-coordinate representation of color #FAA76A: hue angle of 25.42º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA76A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 106 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.02 |
| HSL | 25.42º | 0.94% | 0.7% | - |
| HSV(B) | 25.42º | 0.58% | 0.98% | - |
| XYZ | 55.84 | 49 | 20.15 | - |
| YUV | 184.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 106 | 0 | 0.33 | 0.58 | 0.02 | 25.42 | 0.94 | 0.7 |
| Hex | FA | A7 | 6A | 0 | 21 | 3A | 2 | 19 | 5E | 46 |
| Octal | 372 | 247 | 152 | 0 | 41 | 72 | 2 | 31 | 136 | 106 |
| Binary | 11111010 | 10100111 | 1101010 | 0 | 100001 | 111010 | 10 | 11001 | 1011110 | 1000110 |
Color Harmonies of #FAA76A
Complementary color
Monochromatic Colors of #FAA76A
Black with #FAA76A
Text Example
Text Example
White with #FAA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA76A; }
p { color: rgb(250,167,106); }
H1.HeaderClassName
{
color: #FAA76A;
}
.AnyTagClassName
{
color: #FAA76A;
}
</style>
background-color css
<style>
a { background-color: #FAA76A; }
a { background-color: rgb(250,167,106); }
div.DivClassName
{
background-color: #FAA76A;
}
.BgClassName
{
background-color: #FAA76A;
}
</style>
border-color css
<style>
span { border-color: #FAA76A; }
span { border-color: rgb(250,167,106); }
td.TdClassName
{
border-color: #FAA76A;
}
.TagClassName
{
border-color: #FAA76A;
}
</style>