Shades of Hit Pink #FDA567
Tints of Hit Pink #FDA567
RGB
CMYK
RGB Variations
Color information
#FDA567 (or 0xFDA567) is known color: Hit Pink. HEX triplet: FD, A5 and 67. RGB value is (253,165,103). Sum of RGB (Red+Green+Blue) = 253+165+103=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA567 is #025A98. Grayscale: #B8B8B8. Windows color (decimal): -154265 or 6792701. OLE color: 6792701.
HSL color Cylindrical-coordinate representation of color #FDA567: hue angle of 24.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDA567 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 103 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.01 |
| HSL | 24.8º | 0.97% | 0.7% | - |
| HSV(B) | 24.8º | 0.59% | 0.99% | - |
| XYZ | 56.41 | 48.77 | 19.27 | - |
| YUV | 184.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 103 | 0 | 0.35 | 0.59 | 0.01 | 24.8 | 0.97 | 0.7 |
| Hex | FD | A5 | 67 | 0 | 23 | 3B | 1 | 19 | 61 | 46 |
| Octal | 375 | 245 | 147 | 0 | 43 | 73 | 1 | 31 | 141 | 106 |
| Binary | 11111101 | 10100101 | 1100111 | 0 | 100011 | 111011 | 1 | 11001 | 1100001 | 1000110 |
Color Harmonies of #FDA567
Complementary color
Monochromatic Colors of #FDA567
Black with #FDA567
Text Example
Text Example
White with #FDA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA567; }
p { color: rgb(253,165,103); }
H1.HeaderClassName
{
color: #FDA567;
}
.AnyTagClassName
{
color: #FDA567;
}
</style>
background-color css
<style>
a { background-color: #FDA567; }
a { background-color: rgb(253,165,103); }
div.DivClassName
{
background-color: #FDA567;
}
.BgClassName
{
background-color: #FDA567;
}
</style>
border-color css
<style>
span { border-color: #FDA567; }
span { border-color: rgb(253,165,103); }
td.TdClassName
{
border-color: #FDA567;
}
.TagClassName
{
border-color: #FDA567;
}
</style>