Shades of Hit Pink #FDA86A
Tints of Hit Pink #FDA86A
RGB
CMYK
RGB Variations
Color information
#FDA86A (or 0xFDA86A) is known color: Hit Pink. HEX triplet: FD, A8 and 6A. RGB value is (253,168,106). Sum of RGB (Red+Green+Blue) = 253+168+106=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA86A is #025795. Grayscale: #BABABA. Windows color (decimal): -153494 or 6990077. OLE color: 6990077.
HSL color Cylindrical-coordinate representation of color #FDA86A: hue angle of 25.31º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDA86A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 106 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.01 |
| HSL | 25.31º | 0.97% | 0.7% | - |
| HSV(B) | 25.31º | 0.58% | 0.99% | - |
| XYZ | 57.11 | 49.93 | 20.26 | - |
| YUV | 186.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 106 | 0 | 0.34 | 0.58 | 0.01 | 25.31 | 0.97 | 0.7 |
| Hex | FD | A8 | 6A | 0 | 22 | 3A | 1 | 19 | 61 | 46 |
| Octal | 375 | 250 | 152 | 0 | 42 | 72 | 1 | 31 | 141 | 106 |
| Binary | 11111101 | 10101000 | 1101010 | 0 | 100010 | 111010 | 1 | 11001 | 1100001 | 1000110 |
Color Harmonies of #FDA86A
Complementary color
Monochromatic Colors of #FDA86A
Black with #FDA86A
Text Example
Text Example
White with #FDA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA86A; }
p { color: rgb(253,168,106); }
H1.HeaderClassName
{
color: #FDA86A;
}
.AnyTagClassName
{
color: #FDA86A;
}
</style>
background-color css
<style>
a { background-color: #FDA86A; }
a { background-color: rgb(253,168,106); }
div.DivClassName
{
background-color: #FDA86A;
}
.BgClassName
{
background-color: #FDA86A;
}
</style>
border-color css
<style>
span { border-color: #FDA86A; }
span { border-color: rgb(253,168,106); }
td.TdClassName
{
border-color: #FDA86A;
}
.TagClassName
{
border-color: #FDA86A;
}
</style>