Shades of Hit Pink #FAA66D
Tints of Hit Pink #FAA66D
RGB
CMYK
RGB Variations
Color information
#FAA66D (or 0xFAA66D) is known color: Hit Pink. HEX triplet: FA, A6 and 6D. RGB value is (250,166,109). Sum of RGB (Red+Green+Blue) = 250+166+109=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA66D is #055992. Grayscale: #B8B8B8. Windows color (decimal): -350611 or 7186170. OLE color: 7186170.
HSL color Cylindrical-coordinate representation of color #FAA66D: hue angle of 24.26º 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 #FAA66D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 109 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.02 |
| HSL | 24.26º | 0.93% | 0.7% | - |
| HSV(B) | 24.26º | 0.56% | 0.98% | - |
| XYZ | 55.82 | 48.7 | 20.93 | - |
| YUV | 184.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 109 | 0 | 0.34 | 0.56 | 0.02 | 24.26 | 0.93 | 0.7 |
| Hex | FA | A6 | 6D | 0 | 22 | 38 | 2 | 18 | 5D | 46 |
| Octal | 372 | 246 | 155 | 0 | 42 | 70 | 2 | 30 | 135 | 106 |
| Binary | 11111010 | 10100110 | 1101101 | 0 | 100010 | 111000 | 10 | 11000 | 1011101 | 1000110 |
Color Harmonies of #FAA66D
Complementary color
Monochromatic Colors of #FAA66D
Black with #FAA66D
Text Example
Text Example
White with #FAA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA66D; }
p { color: rgb(250,166,109); }
H1.HeaderClassName
{
color: #FAA66D;
}
.AnyTagClassName
{
color: #FAA66D;
}
</style>
background-color css
<style>
a { background-color: #FAA66D; }
a { background-color: rgb(250,166,109); }
div.DivClassName
{
background-color: #FAA66D;
}
.BgClassName
{
background-color: #FAA66D;
}
</style>
border-color css
<style>
span { border-color: #FAA66D; }
span { border-color: rgb(250,166,109); }
td.TdClassName
{
border-color: #FAA66D;
}
.TagClassName
{
border-color: #FAA66D;
}
</style>