Shades of Hit Pink #FDA873
Tints of Hit Pink #FDA873
RGB
CMYK
RGB Variations
Color information
#FDA873 (or 0xFDA873) is known color: Hit Pink. HEX triplet: FD, A8 and 73. RGB value is (253,168,115). Sum of RGB (Red+Green+Blue) = 253+168+115=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA873 is #02578C. Grayscale: #BBBBBB. Windows color (decimal): -153485 or 7579901. OLE color: 7579901.
HSL color Cylindrical-coordinate representation of color #FDA873: hue angle of 23.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDA873 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 115 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.01 |
| HSL | 23.04º | 0.97% | 0.72% | - |
| HSV(B) | 23.04º | 0.55% | 0.99% | - |
| XYZ | 57.61 | 50.13 | 22.86 | - |
| YUV | 187.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 115 | 0 | 0.34 | 0.55 | 0.01 | 23.04 | 0.97 | 0.72 |
| Hex | FD | A8 | 73 | 0 | 22 | 37 | 1 | 17 | 61 | 48 |
| Octal | 375 | 250 | 163 | 0 | 42 | 67 | 1 | 27 | 141 | 110 |
| Binary | 11111101 | 10101000 | 1110011 | 0 | 100010 | 110111 | 1 | 10111 | 1100001 | 1001000 |
Color Harmonies of #FDA873
Complementary color
Monochromatic Colors of #FDA873
Black with #FDA873
Text Example
Text Example
White with #FDA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA873; }
p { color: rgb(253,168,115); }
H1.HeaderClassName
{
color: #FDA873;
}
.AnyTagClassName
{
color: #FDA873;
}
</style>
background-color css
<style>
a { background-color: #FDA873; }
a { background-color: rgb(253,168,115); }
div.DivClassName
{
background-color: #FDA873;
}
.BgClassName
{
background-color: #FDA873;
}
</style>
border-color css
<style>
span { border-color: #FDA873; }
span { border-color: rgb(253,168,115); }
td.TdClassName
{
border-color: #FDA873;
}
.TagClassName
{
border-color: #FDA873;
}
</style>