Shades of Hit Pink #FEA66D
Tints of Hit Pink #FEA66D
RGB
CMYK
RGB Variations
Color information
#FEA66D (or 0xFEA66D) is known color: Hit Pink. HEX triplet: FE, A6 and 6D. RGB value is (254,166,109). Sum of RGB (Red+Green+Blue) = 254+166+109=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA66D is #015992. Grayscale: #BABABA. Windows color (decimal): -88467 or 7186174. OLE color: 7186174.
HSL color Cylindrical-coordinate representation of color #FEA66D: hue angle of 23.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEA66D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 109 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.00 |
| HSL | 23.59º | 0.99% | 0.71% | - |
| HSV(B) | 23.59º | 0.57% | 1% | - |
| XYZ | 57.27 | 49.45 | 20.99 | - |
| YUV | 185.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 109 | 0 | 0.35 | 0.57 | 0.00 | 23.59 | 0.99 | 0.71 |
| Hex | FE | A6 | 6D | 0 | 23 | 39 | 0 | 18 | 63 | 47 |
| Octal | 376 | 246 | 155 | 0 | 43 | 71 | 0 | 30 | 143 | 107 |
| Binary | 11111110 | 10100110 | 1101101 | 0 | 100011 | 111001 | 0 | 11000 | 1100011 | 1000111 |
Color Harmonies of #FEA66D
Complementary color
Monochromatic Colors of #FEA66D
Black with #FEA66D
Text Example
Text Example
White with #FEA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA66D; }
p { color: rgb(254,166,109); }
H1.HeaderClassName
{
color: #FEA66D;
}
.AnyTagClassName
{
color: #FEA66D;
}
</style>
background-color css
<style>
a { background-color: #FEA66D; }
a { background-color: rgb(254,166,109); }
div.DivClassName
{
background-color: #FEA66D;
}
.BgClassName
{
background-color: #FEA66D;
}
</style>
border-color css
<style>
span { border-color: #FEA66D; }
span { border-color: rgb(254,166,109); }
td.TdClassName
{
border-color: #FEA66D;
}
.TagClassName
{
border-color: #FEA66D;
}
</style>