Shades of Hit Pink #FDA66A
Tints of Hit Pink #FDA66A
RGB
CMYK
RGB Variations
Color information
#FDA66A (or 0xFDA66A) is known color: Hit Pink. HEX triplet: FD, A6 and 6A. RGB value is (253,166,106). Sum of RGB (Red+Green+Blue) = 253+166+106=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA66A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA66A is #025995. Grayscale: #B9B9B9. Windows color (decimal): -154006 or 6989565. OLE color: 6989565.
HSL color Cylindrical-coordinate representation of color #FDA66A: hue angle of 24.49º 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 #FDA66A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 106 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.01 |
| HSL | 24.49º | 0.97% | 0.7% | - |
| HSV(B) | 24.49º | 0.58% | 0.99% | - |
| XYZ | 56.75 | 49.2 | 20.14 | - |
| YUV | 185.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 106 | 0 | 0.34 | 0.58 | 0.01 | 24.49 | 0.97 | 0.7 |
| Hex | FD | A6 | 6A | 0 | 22 | 3A | 1 | 18 | 61 | 46 |
| Octal | 375 | 246 | 152 | 0 | 42 | 72 | 1 | 30 | 141 | 106 |
| Binary | 11111101 | 10100110 | 1101010 | 0 | 100010 | 111010 | 1 | 11000 | 1100001 | 1000110 |
Color Harmonies of #FDA66A
Complementary color
Monochromatic Colors of #FDA66A
Black with #FDA66A
Text Example
Text Example
White with #FDA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA66A; }
p { color: rgb(253,166,106); }
H1.HeaderClassName
{
color: #FDA66A;
}
.AnyTagClassName
{
color: #FDA66A;
}
</style>
background-color css
<style>
a { background-color: #FDA66A; }
a { background-color: rgb(253,166,106); }
div.DivClassName
{
background-color: #FDA66A;
}
.BgClassName
{
background-color: #FDA66A;
}
</style>
border-color css
<style>
span { border-color: #FDA66A; }
span { border-color: rgb(253,166,106); }
td.TdClassName
{
border-color: #FDA66A;
}
.TagClassName
{
border-color: #FDA66A;
}
</style>