Shades of Hit Pink #FEA66B
Tints of Hit Pink #FEA66B
RGB
CMYK
RGB Variations
Color information
#FEA66B (or 0xFEA66B) is known color: Hit Pink. HEX triplet: FE, A6 and 6B. RGB value is (254,166,107). Sum of RGB (Red+Green+Blue) = 254+166+107=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA66B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA66B is #015994. Grayscale: #B9B9B9. Windows color (decimal): -88469 or 7055102. OLE color: 7055102.
HSL color Cylindrical-coordinate representation of color #FEA66B: hue angle of 24.08º 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 #FEA66B is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 107 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.00 |
| HSL | 24.08º | 0.99% | 0.71% | - |
| HSV(B) | 24.08º | 0.58% | 1% | - |
| XYZ | 57.16 | 49.4 | 20.43 | - |
| YUV | 185.59 | 83.65 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 107 | 0 | 0.35 | 0.58 | 0.00 | 24.08 | 0.99 | 0.71 |
| Hex | FE | A6 | 6B | 0 | 23 | 3A | 0 | 18 | 63 | 47 |
| Octal | 376 | 246 | 153 | 0 | 43 | 72 | 0 | 30 | 143 | 107 |
| Binary | 11111110 | 10100110 | 1101011 | 0 | 100011 | 111010 | 0 | 11000 | 1100011 | 1000111 |
Color Harmonies of #FEA66B
Complementary color
Monochromatic Colors of #FEA66B
Black with #FEA66B
Text Example
Text Example
White with #FEA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA66B; }
p { color: rgb(254,166,107); }
H1.HeaderClassName
{
color: #FEA66B;
}
.AnyTagClassName
{
color: #FEA66B;
}
</style>
background-color css
<style>
a { background-color: #FEA66B; }
a { background-color: rgb(254,166,107); }
div.DivClassName
{
background-color: #FEA66B;
}
.BgClassName
{
background-color: #FEA66B;
}
</style>
border-color css
<style>
span { border-color: #FEA66B; }
span { border-color: rgb(254,166,107); }
td.TdClassName
{
border-color: #FEA66B;
}
.TagClassName
{
border-color: #FEA66B;
}
</style>