Shades of Hit Pink #FDA267
Tints of Hit Pink #FDA267
RGB
CMYK
RGB Variations
Color information
#FDA267 (or 0xFDA267) is known color: Hit Pink. HEX triplet: FD, A2 and 67. RGB value is (253,162,103). Sum of RGB (Red+Green+Blue) = 253+162+103=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA267 is #025D98. Grayscale: #B6B6B6. Windows color (decimal): -155033 or 6791933. OLE color: 6791933.
HSL color Cylindrical-coordinate representation of color #FDA267: hue angle of 23.6º 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 #FDA267 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 103 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.01 |
| HSL | 23.6º | 0.97% | 0.7% | - |
| HSV(B) | 23.6º | 0.59% | 0.99% | - |
| XYZ | 55.88 | 47.7 | 19.09 | - |
| YUV | 182.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 103 | 0 | 0.36 | 0.59 | 0.01 | 23.6 | 0.97 | 0.7 |
| Hex | FD | A2 | 67 | 0 | 24 | 3B | 1 | 18 | 61 | 46 |
| Octal | 375 | 242 | 147 | 0 | 44 | 73 | 1 | 30 | 141 | 106 |
| Binary | 11111101 | 10100010 | 1100111 | 0 | 100100 | 111011 | 1 | 11000 | 1100001 | 1000110 |
Color Harmonies of #FDA267
Complementary color
Monochromatic Colors of #FDA267
Black with #FDA267
Text Example
Text Example
White with #FDA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA267; }
p { color: rgb(253,162,103); }
H1.HeaderClassName
{
color: #FDA267;
}
.AnyTagClassName
{
color: #FDA267;
}
</style>
background-color css
<style>
a { background-color: #FDA267; }
a { background-color: rgb(253,162,103); }
div.DivClassName
{
background-color: #FDA267;
}
.BgClassName
{
background-color: #FDA267;
}
</style>
border-color css
<style>
span { border-color: #FDA267; }
span { border-color: rgb(253,162,103); }
td.TdClassName
{
border-color: #FDA267;
}
.TagClassName
{
border-color: #FDA267;
}
</style>