Shades of Hit Pink #FEA86B
Tints of Hit Pink #FEA86B
RGB
CMYK
RGB Variations
Color information
#FEA86B (or 0xFEA86B) is known color: Hit Pink. HEX triplet: FE, A8 and 6B. RGB value is (254,168,107). Sum of RGB (Red+Green+Blue) = 254+168+107=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA86B is #015794. Grayscale: #BBBBBB. Windows color (decimal): -87957 or 7055614. OLE color: 7055614.
HSL color Cylindrical-coordinate representation of color #FEA86B: hue angle of 24.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEA86B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 107 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.00 |
| HSL | 24.9º | 0.99% | 0.71% | - |
| HSV(B) | 24.9º | 0.58% | 1% | - |
| XYZ | 57.53 | 50.14 | 20.56 | - |
| YUV | 186.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 107 | 0 | 0.34 | 0.58 | 0.00 | 24.9 | 0.99 | 0.71 |
| Hex | FE | A8 | 6B | 0 | 22 | 3A | 0 | 19 | 63 | 47 |
| Octal | 376 | 250 | 153 | 0 | 42 | 72 | 0 | 31 | 143 | 107 |
| Binary | 11111110 | 10101000 | 1101011 | 0 | 100010 | 111010 | 0 | 11001 | 1100011 | 1000111 |
Color Harmonies of #FEA86B
Complementary color
Monochromatic Colors of #FEA86B
Black with #FEA86B
Text Example
Text Example
White with #FEA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA86B; }
p { color: rgb(254,168,107); }
H1.HeaderClassName
{
color: #FEA86B;
}
.AnyTagClassName
{
color: #FEA86B;
}
</style>
background-color css
<style>
a { background-color: #FEA86B; }
a { background-color: rgb(254,168,107); }
div.DivClassName
{
background-color: #FEA86B;
}
.BgClassName
{
background-color: #FEA86B;
}
</style>
border-color css
<style>
span { border-color: #FEA86B; }
span { border-color: rgb(254,168,107); }
td.TdClassName
{
border-color: #FEA86B;
}
.TagClassName
{
border-color: #FEA86B;
}
</style>