Shades of Hit Pink #FBA36D
Tints of Hit Pink #FBA36D
RGB
CMYK
RGB Variations
Color information
#FBA36D (or 0xFBA36D) is known color: Hit Pink. HEX triplet: FB, A3 and 6D. RGB value is (251,163,109). Sum of RGB (Red+Green+Blue) = 251+163+109=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA36D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA36D is #045C92. Grayscale: #B7B7B7. Windows color (decimal): -285843 or 7185403. OLE color: 7185403.
HSL color Cylindrical-coordinate representation of color #FBA36D: hue angle of 22.82º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBA36D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 109 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.02 |
| HSL | 22.82º | 0.95% | 0.71% | - |
| HSV(B) | 22.82º | 0.57% | 0.98% | - |
| XYZ | 55.64 | 47.81 | 20.76 | - |
| YUV | 183.16 | 86.15 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 109 | 0 | 0.35 | 0.57 | 0.02 | 22.82 | 0.95 | 0.71 |
| Hex | FB | A3 | 6D | 0 | 23 | 39 | 2 | 17 | 5F | 47 |
| Octal | 373 | 243 | 155 | 0 | 43 | 71 | 2 | 27 | 137 | 107 |
| Binary | 11111011 | 10100011 | 1101101 | 0 | 100011 | 111001 | 10 | 10111 | 1011111 | 1000111 |
Color Harmonies of #FBA36D
Complementary color
Monochromatic Colors of #FBA36D
Black with #FBA36D
Text Example
Text Example
White with #FBA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA36D; }
p { color: rgb(251,163,109); }
H1.HeaderClassName
{
color: #FBA36D;
}
.AnyTagClassName
{
color: #FBA36D;
}
</style>
background-color css
<style>
a { background-color: #FBA36D; }
a { background-color: rgb(251,163,109); }
div.DivClassName
{
background-color: #FBA36D;
}
.BgClassName
{
background-color: #FBA36D;
}
</style>
border-color css
<style>
span { border-color: #FBA36D; }
span { border-color: rgb(251,163,109); }
td.TdClassName
{
border-color: #FBA36D;
}
.TagClassName
{
border-color: #FBA36D;
}
</style>