Shades of Hit Pink #FDA36E
Tints of Hit Pink #FDA36E
RGB
CMYK
RGB Variations
Color information
#FDA36E (or 0xFDA36E) is known color: Hit Pink. HEX triplet: FD, A3 and 6E. RGB value is (253,163,110). Sum of RGB (Red+Green+Blue) = 253+163+110=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA36E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA36E is #025C91. Grayscale: #B8B8B8. Windows color (decimal): -154770 or 7250941. OLE color: 7250941.
HSL color Cylindrical-coordinate representation of color #FDA36E: hue angle of 22.24º 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 #FDA36E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 110 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.01 |
| HSL | 22.24º | 0.97% | 0.71% | - |
| HSV(B) | 22.24º | 0.57% | 0.99% | - |
| XYZ | 56.42 | 48.2 | 21.08 | - |
| YUV | 183.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 110 | 0 | 0.36 | 0.57 | 0.01 | 22.24 | 0.97 | 0.71 |
| Hex | FD | A3 | 6E | 0 | 24 | 39 | 1 | 16 | 61 | 47 |
| Octal | 375 | 243 | 156 | 0 | 44 | 71 | 1 | 26 | 141 | 107 |
| Binary | 11111101 | 10100011 | 1101110 | 0 | 100100 | 111001 | 1 | 10110 | 1100001 | 1000111 |
Color Harmonies of #FDA36E
Complementary color
Monochromatic Colors of #FDA36E
Black with #FDA36E
Text Example
Text Example
White with #FDA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA36E; }
p { color: rgb(253,163,110); }
H1.HeaderClassName
{
color: #FDA36E;
}
.AnyTagClassName
{
color: #FDA36E;
}
</style>
background-color css
<style>
a { background-color: #FDA36E; }
a { background-color: rgb(253,163,110); }
div.DivClassName
{
background-color: #FDA36E;
}
.BgClassName
{
background-color: #FDA36E;
}
</style>
border-color css
<style>
span { border-color: #FDA36E; }
span { border-color: rgb(253,163,110); }
td.TdClassName
{
border-color: #FDA36E;
}
.TagClassName
{
border-color: #FDA36E;
}
</style>