Shades of Hit Pink #FFA667
Tints of Hit Pink #FFA667
RGB
CMYK
RGB Variations
Color information
#FFA667 (or 0xFFA667) is known color: Hit Pink. HEX triplet: FF, A6 and 67. RGB value is (255,166,103). Sum of RGB (Red+Green+Blue) = 255+166+103=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA667 is #005998. Grayscale: #B9B9B9. Windows color (decimal): -22937 or 6792959. OLE color: 6792959.
HSL color Cylindrical-coordinate representation of color #FFA667: hue angle of 24.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA667 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 103 | - |
| CMYK | 0 | 0.35 | 0.60 | 0 |
| HSL | 24.87º | 1% | 0.7% | - |
| HSV(B) | 24.87º | 0.6% | 1% | - |
| XYZ | 57.32 | 49.51 | 19.37 | - |
| YUV | 185.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 103 | 0 | 0.35 | 0.60 | 0 | 24.87 | 1 | 0.7 |
| Hex | FF | A6 | 67 | 0 | 23 | 3C | 0 | 19 | 64 | 46 |
| Octal | 377 | 246 | 147 | 0 | 43 | 74 | 0 | 31 | 144 | 106 |
| Binary | 11111111 | 10100110 | 1100111 | 0 | 100011 | 111100 | 0 | 11001 | 1100100 | 1000110 |
Color Harmonies of #FFA667
Complementary color
Monochromatic Colors of #FFA667
Black with #FFA667
Text Example
Text Example
White with #FFA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA667; }
p { color: rgb(255,166,103); }
H1.HeaderClassName
{
color: #FFA667;
}
.AnyTagClassName
{
color: #FFA667;
}
</style>
background-color css
<style>
a { background-color: #FFA667; }
a { background-color: rgb(255,166,103); }
div.DivClassName
{
background-color: #FFA667;
}
.BgClassName
{
background-color: #FFA667;
}
</style>
border-color css
<style>
span { border-color: #FFA667; }
span { border-color: rgb(255,166,103); }
td.TdClassName
{
border-color: #FFA667;
}
.TagClassName
{
border-color: #FFA667;
}
</style>