Shades of Hit Pink #FAA76D
Tints of Hit Pink #FAA76D
RGB
CMYK
RGB Variations
Color information
#FAA76D (or 0xFAA76D) is known color: Hit Pink. HEX triplet: FA, A7 and 6D. RGB value is (250,167,109). Sum of RGB (Red+Green+Blue) = 250+167+109=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA76D is #055892. Grayscale: #B9B9B9. Windows color (decimal): -350355 or 7186426. OLE color: 7186426.
HSL color Cylindrical-coordinate representation of color #FAA76D: hue angle of 24.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAA76D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 109 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.02 |
| HSL | 24.68º | 0.93% | 0.7% | - |
| HSV(B) | 24.68º | 0.56% | 0.98% | - |
| XYZ | 56 | 49.07 | 20.99 | - |
| YUV | 185.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 109 | 0 | 0.33 | 0.56 | 0.02 | 24.68 | 0.93 | 0.7 |
| Hex | FA | A7 | 6D | 0 | 21 | 38 | 2 | 19 | 5D | 46 |
| Octal | 372 | 247 | 155 | 0 | 41 | 70 | 2 | 31 | 135 | 106 |
| Binary | 11111010 | 10100111 | 1101101 | 0 | 100001 | 111000 | 10 | 11001 | 1011101 | 1000110 |
Color Harmonies of #FAA76D
Complementary color
Monochromatic Colors of #FAA76D
Black with #FAA76D
Text Example
Text Example
White with #FAA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA76D; }
p { color: rgb(250,167,109); }
H1.HeaderClassName
{
color: #FAA76D;
}
.AnyTagClassName
{
color: #FAA76D;
}
</style>
background-color css
<style>
a { background-color: #FAA76D; }
a { background-color: rgb(250,167,109); }
div.DivClassName
{
background-color: #FAA76D;
}
.BgClassName
{
background-color: #FAA76D;
}
</style>
border-color css
<style>
span { border-color: #FAA76D; }
span { border-color: rgb(250,167,109); }
td.TdClassName
{
border-color: #FAA76D;
}
.TagClassName
{
border-color: #FAA76D;
}
</style>