Shades of Hit Pink #FFA56D
Tints of Hit Pink #FFA56D
RGB
CMYK
RGB Variations
Color information
#FFA56D (or 0xFFA56D) is known color: Hit Pink. HEX triplet: FF, A5 and 6D. RGB value is (255,165,109). Sum of RGB (Red+Green+Blue) = 255+165+109=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA56D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA56D is #005A92. Grayscale: #B9B9B9. Windows color (decimal): -23187 or 7185919. OLE color: 7185919.
HSL color Cylindrical-coordinate representation of color #FFA56D: hue angle of 23.01º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFA56D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 109 | - |
| CMYK | 0 | 0.35 | 0.57 | 0 |
| HSL | 23.01º | 1% | 0.71% | - |
| HSV(B) | 23.01º | 0.57% | 1% | - |
| XYZ | 57.46 | 49.27 | 20.95 | - |
| YUV | 185.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 109 | 0 | 0.35 | 0.57 | 0 | 23.01 | 1 | 0.71 |
| Hex | FF | A5 | 6D | 0 | 23 | 39 | 0 | 17 | 64 | 47 |
| Octal | 377 | 245 | 155 | 0 | 43 | 71 | 0 | 27 | 144 | 107 |
| Binary | 11111111 | 10100101 | 1101101 | 0 | 100011 | 111001 | 0 | 10111 | 1100100 | 1000111 |
Color Harmonies of #FFA56D
Complementary color
Monochromatic Colors of #FFA56D
Black with #FFA56D
Text Example
Text Example
White with #FFA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA56D; }
p { color: rgb(255,165,109); }
H1.HeaderClassName
{
color: #FFA56D;
}
.AnyTagClassName
{
color: #FFA56D;
}
</style>
background-color css
<style>
a { background-color: #FFA56D; }
a { background-color: rgb(255,165,109); }
div.DivClassName
{
background-color: #FFA56D;
}
.BgClassName
{
background-color: #FFA56D;
}
</style>
border-color css
<style>
span { border-color: #FFA56D; }
span { border-color: rgb(255,165,109); }
td.TdClassName
{
border-color: #FFA56D;
}
.TagClassName
{
border-color: #FFA56D;
}
</style>