Shades of Hit Pink #FDA366
Tints of Hit Pink #FDA366
RGB
CMYK
RGB Variations
Color information
#FDA366 (or 0xFDA366) is known color: Hit Pink. HEX triplet: FD, A3 and 66. RGB value is (253,163,102). Sum of RGB (Red+Green+Blue) = 253+163+102=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA366 is #025C99. Grayscale: #B7B7B7. Windows color (decimal): -154778 or 6726653. OLE color: 6726653.
HSL color Cylindrical-coordinate representation of color #FDA366: hue angle of 24.24º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA366 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 102 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.01 |
| HSL | 24.24º | 0.97% | 0.7% | - |
| HSV(B) | 24.24º | 0.6% | 0.99% | - |
| XYZ | 56 | 48.04 | 18.89 | - |
| YUV | 182.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 102 | 0 | 0.36 | 0.60 | 0.01 | 24.24 | 0.97 | 0.7 |
| Hex | FD | A3 | 66 | 0 | 24 | 3C | 1 | 18 | 61 | 46 |
| Octal | 375 | 243 | 146 | 0 | 44 | 74 | 1 | 30 | 141 | 106 |
| Binary | 11111101 | 10100011 | 1100110 | 0 | 100100 | 111100 | 1 | 11000 | 1100001 | 1000110 |
Color Harmonies of #FDA366
Complementary color
Monochromatic Colors of #FDA366
Black with #FDA366
Text Example
Text Example
White with #FDA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA366; }
p { color: rgb(253,163,102); }
H1.HeaderClassName
{
color: #FDA366;
}
.AnyTagClassName
{
color: #FDA366;
}
</style>
background-color css
<style>
a { background-color: #FDA366; }
a { background-color: rgb(253,163,102); }
div.DivClassName
{
background-color: #FDA366;
}
.BgClassName
{
background-color: #FDA366;
}
</style>
border-color css
<style>
span { border-color: #FDA366; }
span { border-color: rgb(253,163,102); }
td.TdClassName
{
border-color: #FDA366;
}
.TagClassName
{
border-color: #FDA366;
}
</style>