Shades of Hit Pink #FAA76E
Tints of Hit Pink #FAA76E
RGB
CMYK
RGB Variations
Color information
#FAA76E (or 0xFAA76E) is known color: Hit Pink. HEX triplet: FA, A7 and 6E. RGB value is (250,167,110). Sum of RGB (Red+Green+Blue) = 250+167+110=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA76E is #055891. Grayscale: #B9B9B9. Windows color (decimal): -350354 or 7251962. OLE color: 7251962.
HSL color Cylindrical-coordinate representation of color #FAA76E: hue angle of 24.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAA76E is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 110 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.02 |
| HSL | 24.43º | 0.93% | 0.71% | - |
| HSV(B) | 24.43º | 0.56% | 0.98% | - |
| XYZ | 56.06 | 49.09 | 21.27 | - |
| YUV | 185.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 110 | 0 | 0.33 | 0.56 | 0.02 | 24.43 | 0.93 | 0.71 |
| Hex | FA | A7 | 6E | 0 | 21 | 38 | 2 | 18 | 5D | 47 |
| Octal | 372 | 247 | 156 | 0 | 41 | 70 | 2 | 30 | 135 | 107 |
| Binary | 11111010 | 10100111 | 1101110 | 0 | 100001 | 111000 | 10 | 11000 | 1011101 | 1000111 |
Color Harmonies of #FAA76E
Complementary color
Monochromatic Colors of #FAA76E
Black with #FAA76E
Text Example
Text Example
White with #FAA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA76E; }
p { color: rgb(250,167,110); }
H1.HeaderClassName
{
color: #FAA76E;
}
.AnyTagClassName
{
color: #FAA76E;
}
</style>
background-color css
<style>
a { background-color: #FAA76E; }
a { background-color: rgb(250,167,110); }
div.DivClassName
{
background-color: #FAA76E;
}
.BgClassName
{
background-color: #FAA76E;
}
</style>
border-color css
<style>
span { border-color: #FAA76E; }
span { border-color: rgb(250,167,110); }
td.TdClassName
{
border-color: #FAA76E;
}
.TagClassName
{
border-color: #FAA76E;
}
</style>