Shades of Hit Pink #FEA76B
Tints of Hit Pink #FEA76B
RGB
CMYK
RGB Variations
Color information
#FEA76B (or 0xFEA76B) is known color: Hit Pink. HEX triplet: FE, A7 and 6B. RGB value is (254,167,107). Sum of RGB (Red+Green+Blue) = 254+167+107=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA76B is #015894. Grayscale: #BABABA. Windows color (decimal): -88213 or 7055358. OLE color: 7055358.
HSL color Cylindrical-coordinate representation of color #FEA76B: hue angle of 24.49º 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 #FEA76B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 107 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.00 |
| HSL | 24.49º | 0.99% | 0.71% | - |
| HSV(B) | 24.49º | 0.58% | 1% | - |
| XYZ | 57.35 | 49.77 | 20.49 | - |
| YUV | 186.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 107 | 0 | 0.34 | 0.58 | 0.00 | 24.49 | 0.99 | 0.71 |
| Hex | FE | A7 | 6B | 0 | 22 | 3A | 0 | 18 | 63 | 47 |
| Octal | 376 | 247 | 153 | 0 | 42 | 72 | 0 | 30 | 143 | 107 |
| Binary | 11111110 | 10100111 | 1101011 | 0 | 100010 | 111010 | 0 | 11000 | 1100011 | 1000111 |
Color Harmonies of #FEA76B
Complementary color
Monochromatic Colors of #FEA76B
Black with #FEA76B
Text Example
Text Example
White with #FEA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA76B; }
p { color: rgb(254,167,107); }
H1.HeaderClassName
{
color: #FEA76B;
}
.AnyTagClassName
{
color: #FEA76B;
}
</style>
background-color css
<style>
a { background-color: #FEA76B; }
a { background-color: rgb(254,167,107); }
div.DivClassName
{
background-color: #FEA76B;
}
.BgClassName
{
background-color: #FEA76B;
}
</style>
border-color css
<style>
span { border-color: #FEA76B; }
span { border-color: rgb(254,167,107); }
td.TdClassName
{
border-color: #FEA76B;
}
.TagClassName
{
border-color: #FEA76B;
}
</style>