Shades of Hit Pink #FBA76B
Tints of Hit Pink #FBA76B
RGB
CMYK
RGB Variations
Color information
#FBA76B (or 0xFBA76B) is known color: Hit Pink. HEX triplet: FB, A7 and 6B. RGB value is (251,167,107). Sum of RGB (Red+Green+Blue) = 251+167+107=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA76B is #045894. Grayscale: #B9B9B9. Windows color (decimal): -284821 or 7055355. OLE color: 7055355.
HSL color Cylindrical-coordinate representation of color #FBA76B: hue angle of 25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBA76B is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 107 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.02 |
| HSL | 25º | 0.95% | 0.7% | - |
| HSV(B) | 25º | 0.57% | 0.98% | - |
| XYZ | 56.26 | 49.21 | 20.44 | - |
| YUV | 185.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 107 | 0 | 0.33 | 0.57 | 0.02 | 25 | 0.95 | 0.7 |
| Hex | FB | A7 | 6B | 0 | 21 | 39 | 2 | 19 | 5F | 46 |
| Octal | 373 | 247 | 153 | 0 | 41 | 71 | 2 | 31 | 137 | 106 |
| Binary | 11111011 | 10100111 | 1101011 | 0 | 100001 | 111001 | 10 | 11001 | 1011111 | 1000110 |
Color Harmonies of #FBA76B
Complementary color
Monochromatic Colors of #FBA76B
Black with #FBA76B
Text Example
Text Example
White with #FBA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA76B; }
p { color: rgb(251,167,107); }
H1.HeaderClassName
{
color: #FBA76B;
}
.AnyTagClassName
{
color: #FBA76B;
}
</style>
background-color css
<style>
a { background-color: #FBA76B; }
a { background-color: rgb(251,167,107); }
div.DivClassName
{
background-color: #FBA76B;
}
.BgClassName
{
background-color: #FBA76B;
}
</style>
border-color css
<style>
span { border-color: #FBA76B; }
span { border-color: rgb(251,167,107); }
td.TdClassName
{
border-color: #FBA76B;
}
.TagClassName
{
border-color: #FBA76B;
}
</style>