Shades of Hit Pink #FDA06D
Tints of Hit Pink #FDA06D
RGB
CMYK
RGB Variations
Color information
#FDA06D (or 0xFDA06D) is known color: Hit Pink. HEX triplet: FD, A0 and 6D. RGB value is (253,160,109). Sum of RGB (Red+Green+Blue) = 253+160+109=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA06D is #025F92. Grayscale: #B6B6B6. Windows color (decimal): -155539 or 7184637. OLE color: 7184637.
HSL color Cylindrical-coordinate representation of color #FDA06D: hue angle of 21.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDA06D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 109 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.01 |
| HSL | 21.25º | 0.97% | 0.71% | - |
| HSV(B) | 21.25º | 0.57% | 0.99% | - |
| XYZ | 55.84 | 47.13 | 20.62 | - |
| YUV | 181.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 109 | 0 | 0.37 | 0.57 | 0.01 | 21.25 | 0.97 | 0.71 |
| Hex | FD | A0 | 6D | 0 | 25 | 39 | 1 | 15 | 61 | 47 |
| Octal | 375 | 240 | 155 | 0 | 45 | 71 | 1 | 25 | 141 | 107 |
| Binary | 11111101 | 10100000 | 1101101 | 0 | 100101 | 111001 | 1 | 10101 | 1100001 | 1000111 |
Color Harmonies of #FDA06D
Complementary color
Monochromatic Colors of #FDA06D
Black with #FDA06D
Text Example
Text Example
White with #FDA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA06D; }
p { color: rgb(253,160,109); }
H1.HeaderClassName
{
color: #FDA06D;
}
.AnyTagClassName
{
color: #FDA06D;
}
</style>
background-color css
<style>
a { background-color: #FDA06D; }
a { background-color: rgb(253,160,109); }
div.DivClassName
{
background-color: #FDA06D;
}
.BgClassName
{
background-color: #FDA06D;
}
</style>
border-color css
<style>
span { border-color: #FDA06D; }
span { border-color: rgb(253,160,109); }
td.TdClassName
{
border-color: #FDA06D;
}
.TagClassName
{
border-color: #FDA06D;
}
</style>