Shades of Hit Pink #FBA370
Tints of Hit Pink #FBA370
RGB
CMYK
RGB Variations
Color information
#FBA370 (or 0xFBA370) is known color: Hit Pink. HEX triplet: FB, A3 and 70. RGB value is (251,163,112). Sum of RGB (Red+Green+Blue) = 251+163+112=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA370 is #045C8F. Grayscale: #B7B7B7. Windows color (decimal): -285840 or 7382011. OLE color: 7382011.
HSL color Cylindrical-coordinate representation of color #FBA370: hue angle of 22.01º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBA370 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 112 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.02 |
| HSL | 22.01º | 0.95% | 0.71% | - |
| HSV(B) | 22.01º | 0.55% | 0.98% | - |
| XYZ | 55.81 | 47.87 | 21.63 | - |
| YUV | 183.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 112 | 0 | 0.35 | 0.55 | 0.02 | 22.01 | 0.95 | 0.71 |
| Hex | FB | A3 | 70 | 0 | 23 | 37 | 2 | 16 | 5F | 47 |
| Octal | 373 | 243 | 160 | 0 | 43 | 67 | 2 | 26 | 137 | 107 |
| Binary | 11111011 | 10100011 | 1110000 | 0 | 100011 | 110111 | 10 | 10110 | 1011111 | 1000111 |
Color Harmonies of #FBA370
Complementary color
Monochromatic Colors of #FBA370
Black with #FBA370
Text Example
Text Example
White with #FBA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA370; }
p { color: rgb(251,163,112); }
H1.HeaderClassName
{
color: #FBA370;
}
.AnyTagClassName
{
color: #FBA370;
}
</style>
background-color css
<style>
a { background-color: #FBA370; }
a { background-color: rgb(251,163,112); }
div.DivClassName
{
background-color: #FBA370;
}
.BgClassName
{
background-color: #FBA370;
}
</style>
border-color css
<style>
span { border-color: #FBA370; }
span { border-color: rgb(251,163,112); }
td.TdClassName
{
border-color: #FBA370;
}
.TagClassName
{
border-color: #FBA370;
}
</style>