Shades of Hit Pink #FDA76A
Tints of Hit Pink #FDA76A
RGB
CMYK
RGB Variations
Color information
#FDA76A (or 0xFDA76A) is known color: Hit Pink. HEX triplet: FD, A7 and 6A. RGB value is (253,167,106). Sum of RGB (Red+Green+Blue) = 253+167+106=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA76A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA76A is #025895. Grayscale: #BABABA. Windows color (decimal): -153750 or 6989821. OLE color: 6989821.
HSL color Cylindrical-coordinate representation of color #FDA76A: hue angle of 24.9º 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 #FDA76A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 106 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.01 |
| HSL | 24.9º | 0.97% | 0.7% | - |
| HSV(B) | 24.9º | 0.58% | 0.99% | - |
| XYZ | 56.93 | 49.56 | 20.2 | - |
| YUV | 185.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 106 | 0 | 0.34 | 0.58 | 0.01 | 24.9 | 0.97 | 0.7 |
| Hex | FD | A7 | 6A | 0 | 22 | 3A | 1 | 19 | 61 | 46 |
| Octal | 375 | 247 | 152 | 0 | 42 | 72 | 1 | 31 | 141 | 106 |
| Binary | 11111101 | 10100111 | 1101010 | 0 | 100010 | 111010 | 1 | 11001 | 1100001 | 1000110 |
Color Harmonies of #FDA76A
Complementary color
Monochromatic Colors of #FDA76A
Black with #FDA76A
Text Example
Text Example
White with #FDA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA76A; }
p { color: rgb(253,167,106); }
H1.HeaderClassName
{
color: #FDA76A;
}
.AnyTagClassName
{
color: #FDA76A;
}
</style>
background-color css
<style>
a { background-color: #FDA76A; }
a { background-color: rgb(253,167,106); }
div.DivClassName
{
background-color: #FDA76A;
}
.BgClassName
{
background-color: #FDA76A;
}
</style>
border-color css
<style>
span { border-color: #FDA76A; }
span { border-color: rgb(253,167,106); }
td.TdClassName
{
border-color: #FDA76A;
}
.TagClassName
{
border-color: #FDA76A;
}
</style>