Shades of Hit Pink #FEA86A
Tints of Hit Pink #FEA86A
RGB
CMYK
RGB Variations
Color information
#FEA86A (or 0xFEA86A) is known color: Hit Pink. HEX triplet: FE, A8 and 6A. RGB value is (254,168,106). Sum of RGB (Red+Green+Blue) = 254+168+106=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA86A is #015795. Grayscale: #BABABA. Windows color (decimal): -87958 or 6990078. OLE color: 6990078.
HSL color Cylindrical-coordinate representation of color #FEA86A: hue angle of 25.14º 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 #FEA86A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 106 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.00 |
| HSL | 25.14º | 0.99% | 0.71% | - |
| HSV(B) | 25.14º | 0.58% | 1% | - |
| XYZ | 57.48 | 50.12 | 20.28 | - |
| YUV | 186.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 106 | 0 | 0.34 | 0.58 | 0.00 | 25.14 | 0.99 | 0.71 |
| Hex | FE | A8 | 6A | 0 | 22 | 3A | 0 | 19 | 63 | 47 |
| Octal | 376 | 250 | 152 | 0 | 42 | 72 | 0 | 31 | 143 | 107 |
| Binary | 11111110 | 10101000 | 1101010 | 0 | 100010 | 111010 | 0 | 11001 | 1100011 | 1000111 |
Color Harmonies of #FEA86A
Complementary color
Monochromatic Colors of #FEA86A
Black with #FEA86A
Text Example
Text Example
White with #FEA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA86A; }
p { color: rgb(254,168,106); }
H1.HeaderClassName
{
color: #FEA86A;
}
.AnyTagClassName
{
color: #FEA86A;
}
</style>
background-color css
<style>
a { background-color: #FEA86A; }
a { background-color: rgb(254,168,106); }
div.DivClassName
{
background-color: #FEA86A;
}
.BgClassName
{
background-color: #FEA86A;
}
</style>
border-color css
<style>
span { border-color: #FEA86A; }
span { border-color: rgb(254,168,106); }
td.TdClassName
{
border-color: #FEA86A;
}
.TagClassName
{
border-color: #FEA86A;
}
</style>