Shades of Hit Pink #FDA26A
Tints of Hit Pink #FDA26A
RGB
CMYK
RGB Variations
Color information
#FDA26A (or 0xFDA26A) is known color: Hit Pink. HEX triplet: FD, A2 and 6A. RGB value is (253,162,106). Sum of RGB (Red+Green+Blue) = 253+162+106=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA26A is #025D95. Grayscale: #B7B7B7. Windows color (decimal): -155030 or 6988541. OLE color: 6988541.
HSL color Cylindrical-coordinate representation of color #FDA26A: hue angle of 22.86º 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 #FDA26A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 106 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.01 |
| HSL | 22.86º | 0.97% | 0.7% | - |
| HSV(B) | 22.86º | 0.58% | 0.99% | - |
| XYZ | 56.03 | 47.76 | 19.9 | - |
| YUV | 182.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 106 | 0 | 0.36 | 0.58 | 0.01 | 22.86 | 0.97 | 0.7 |
| Hex | FD | A2 | 6A | 0 | 24 | 3A | 1 | 17 | 61 | 46 |
| Octal | 375 | 242 | 152 | 0 | 44 | 72 | 1 | 27 | 141 | 106 |
| Binary | 11111101 | 10100010 | 1101010 | 0 | 100100 | 111010 | 1 | 10111 | 1100001 | 1000110 |
Color Harmonies of #FDA26A
Complementary color
Monochromatic Colors of #FDA26A
Black with #FDA26A
Text Example
Text Example
White with #FDA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA26A; }
p { color: rgb(253,162,106); }
H1.HeaderClassName
{
color: #FDA26A;
}
.AnyTagClassName
{
color: #FDA26A;
}
</style>
background-color css
<style>
a { background-color: #FDA26A; }
a { background-color: rgb(253,162,106); }
div.DivClassName
{
background-color: #FDA26A;
}
.BgClassName
{
background-color: #FDA26A;
}
</style>
border-color css
<style>
span { border-color: #FDA26A; }
span { border-color: rgb(253,162,106); }
td.TdClassName
{
border-color: #FDA26A;
}
.TagClassName
{
border-color: #FDA26A;
}
</style>