Shades of Hit Pink #FFA86F
Tints of Hit Pink #FFA86F
RGB
CMYK
RGB Variations
Color information
#FFA86F (or 0xFFA86F) is known color: Hit Pink. HEX triplet: FF, A8 and 6F. RGB value is (255,168,111). Sum of RGB (Red+Green+Blue) = 255+168+111=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA86F is #005790. Grayscale: #BBBBBB. Windows color (decimal): -22417 or 7317759. OLE color: 7317759.
HSL color Cylindrical-coordinate representation of color #FFA86F: hue angle of 23.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFA86F is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 111 | - |
| CMYK | 0 | 0.34 | 0.56 | 0 |
| HSL | 23.75º | 1% | 0.72% | - |
| HSV(B) | 23.75º | 0.56% | 1% | - |
| XYZ | 58.11 | 50.41 | 21.71 | - |
| YUV | 187.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 111 | 0 | 0.34 | 0.56 | 0 | 23.75 | 1 | 0.72 |
| Hex | FF | A8 | 6F | 0 | 22 | 38 | 0 | 18 | 64 | 48 |
| Octal | 377 | 250 | 157 | 0 | 42 | 70 | 0 | 30 | 144 | 110 |
| Binary | 11111111 | 10101000 | 1101111 | 0 | 100010 | 111000 | 0 | 11000 | 1100100 | 1001000 |
Color Harmonies of #FFA86F
Complementary color
Monochromatic Colors of #FFA86F
Black with #FFA86F
Text Example
Text Example
White with #FFA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA86F; }
p { color: rgb(255,168,111); }
H1.HeaderClassName
{
color: #FFA86F;
}
.AnyTagClassName
{
color: #FFA86F;
}
</style>
background-color css
<style>
a { background-color: #FFA86F; }
a { background-color: rgb(255,168,111); }
div.DivClassName
{
background-color: #FFA86F;
}
.BgClassName
{
background-color: #FFA86F;
}
</style>
border-color css
<style>
span { border-color: #FFA86F; }
span { border-color: rgb(255,168,111); }
td.TdClassName
{
border-color: #FFA86F;
}
.TagClassName
{
border-color: #FFA86F;
}
</style>