Shades of Hit Pink #FDA467
Tints of Hit Pink #FDA467
RGB
CMYK
RGB Variations
Color information
#FDA467 (or 0xFDA467) is known color: Hit Pink. HEX triplet: FD, A4 and 67. RGB value is (253,164,103). Sum of RGB (Red+Green+Blue) = 253+164+103=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA467 is #025B98. Grayscale: #B7B7B7. Windows color (decimal): -154521 or 6792445. OLE color: 6792445.
HSL color Cylindrical-coordinate representation of color #FDA467: hue angle of 24.4º 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 #FDA467 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 103 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.01 |
| HSL | 24.4º | 0.97% | 0.7% | - |
| HSV(B) | 24.4º | 0.59% | 0.99% | - |
| XYZ | 56.23 | 48.41 | 19.21 | - |
| YUV | 183.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 103 | 0 | 0.35 | 0.59 | 0.01 | 24.4 | 0.97 | 0.7 |
| Hex | FD | A4 | 67 | 0 | 23 | 3B | 1 | 18 | 61 | 46 |
| Octal | 375 | 244 | 147 | 0 | 43 | 73 | 1 | 30 | 141 | 106 |
| Binary | 11111101 | 10100100 | 1100111 | 0 | 100011 | 111011 | 1 | 11000 | 1100001 | 1000110 |
Color Harmonies of #FDA467
Complementary color
Monochromatic Colors of #FDA467
Black with #FDA467
Text Example
Text Example
White with #FDA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA467; }
p { color: rgb(253,164,103); }
H1.HeaderClassName
{
color: #FDA467;
}
.AnyTagClassName
{
color: #FDA467;
}
</style>
background-color css
<style>
a { background-color: #FDA467; }
a { background-color: rgb(253,164,103); }
div.DivClassName
{
background-color: #FDA467;
}
.BgClassName
{
background-color: #FDA467;
}
</style>
border-color css
<style>
span { border-color: #FDA467; }
span { border-color: rgb(253,164,103); }
td.TdClassName
{
border-color: #FDA467;
}
.TagClassName
{
border-color: #FDA467;
}
</style>