Shades of Hit Pink #F9A86B
Tints of Hit Pink #F9A86B
RGB
CMYK
RGB Variations
Color information
#F9A86B (or 0xF9A86B) is known color: Hit Pink. HEX triplet: F9, A8 and 6B. RGB value is (249,168,107). Sum of RGB (Red+Green+Blue) = 249+168+107=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A86B is #065794. Grayscale: #B9B9B9. Windows color (decimal): -415637 or 7055609. OLE color: 7055609.
HSL color Cylindrical-coordinate representation of color #F9A86B: hue angle of 25.77º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9A86B is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 107 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.02 |
| HSL | 25.77º | 0.92% | 0.7% | - |
| HSV(B) | 25.77º | 0.57% | 0.98% | - |
| XYZ | 55.72 | 49.21 | 20.47 | - |
| YUV | 185.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 107 | 0 | 0.33 | 0.57 | 0.02 | 25.77 | 0.92 | 0.7 |
| Hex | F9 | A8 | 6B | 0 | 21 | 39 | 2 | 1A | 5C | 46 |
| Octal | 371 | 250 | 153 | 0 | 41 | 71 | 2 | 32 | 134 | 106 |
| Binary | 11111001 | 10101000 | 1101011 | 0 | 100001 | 111001 | 10 | 11010 | 1011100 | 1000110 |
Color Harmonies of #F9A86B
Complementary color
Monochromatic Colors of #F9A86B
Black with #F9A86B
Text Example
Text Example
White with #F9A86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A86B; }
p { color: rgb(249,168,107); }
H1.HeaderClassName
{
color: #F9A86B;
}
.AnyTagClassName
{
color: #F9A86B;
}
</style>
background-color css
<style>
a { background-color: #F9A86B; }
a { background-color: rgb(249,168,107); }
div.DivClassName
{
background-color: #F9A86B;
}
.BgClassName
{
background-color: #F9A86B;
}
</style>
border-color css
<style>
span { border-color: #F9A86B; }
span { border-color: rgb(249,168,107); }
td.TdClassName
{
border-color: #F9A86B;
}
.TagClassName
{
border-color: #F9A86B;
}
</style>