Shades of Hit Pink #FDA667
Tints of Hit Pink #FDA667
RGB
CMYK
RGB Variations
Color information
#FDA667 (or 0xFDA667) is known color: Hit Pink. HEX triplet: FD, A6 and 67. RGB value is (253,166,103). Sum of RGB (Red+Green+Blue) = 253+166+103=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA667 is #025998. Grayscale: #B9B9B9. Windows color (decimal): -154009 or 6792957. OLE color: 6792957.
HSL color Cylindrical-coordinate representation of color #FDA667: hue angle of 25.2º 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 #FDA667 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 103 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.01 |
| HSL | 25.2º | 0.97% | 0.7% | - |
| HSV(B) | 25.2º | 0.59% | 0.99% | - |
| XYZ | 56.59 | 49.13 | 19.33 | - |
| YUV | 184.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 103 | 0 | 0.34 | 0.59 | 0.01 | 25.2 | 0.97 | 0.7 |
| Hex | FD | A6 | 67 | 0 | 22 | 3B | 1 | 19 | 61 | 46 |
| Octal | 375 | 246 | 147 | 0 | 42 | 73 | 1 | 31 | 141 | 106 |
| Binary | 11111101 | 10100110 | 1100111 | 0 | 100010 | 111011 | 1 | 11001 | 1100001 | 1000110 |
Color Harmonies of #FDA667
Complementary color
Monochromatic Colors of #FDA667
Black with #FDA667
Text Example
Text Example
White with #FDA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA667; }
p { color: rgb(253,166,103); }
H1.HeaderClassName
{
color: #FDA667;
}
.AnyTagClassName
{
color: #FDA667;
}
</style>
background-color css
<style>
a { background-color: #FDA667; }
a { background-color: rgb(253,166,103); }
div.DivClassName
{
background-color: #FDA667;
}
.BgClassName
{
background-color: #FDA667;
}
</style>
border-color css
<style>
span { border-color: #FDA667; }
span { border-color: rgb(253,166,103); }
td.TdClassName
{
border-color: #FDA667;
}
.TagClassName
{
border-color: #FDA667;
}
</style>