Shades of Dark Tangerine #FB9E16
Tints of Dark Tangerine #FB9E16
RGB
CMYK
RGB Variations
Color information
#FB9E16 (or 0xFB9E16) is known color: Dark Tangerine. HEX triplet: FB, 9E and 16. RGB value is (251,158,22). Sum of RGB (Red+Green+Blue) = 251+158+22=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9E16 is #0461E9. Grayscale: #AAAAAA. Windows color (decimal): -287210 or 1482491. OLE color: 1482491.
HSL color Cylindrical-coordinate representation of color #FB9E16: hue angle of 35.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB9E16 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 22 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.02 |
| HSL | 35.63º | 0.97% | 0.54% | - |
| HSV(B) | 35.63º | 0.91% | 0.98% | - |
| XYZ | 52.16 | 45.02 | 6.7 | - |
| YUV | 170.3 | 44.31 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 22 | 0 | 0.37 | 0.91 | 0.02 | 35.63 | 0.97 | 0.54 |
| Hex | FB | 9E | 16 | 0 | 25 | 5B | 2 | 24 | 61 | 36 |
| Octal | 373 | 236 | 26 | 0 | 45 | 133 | 2 | 44 | 141 | 66 |
| Binary | 11111011 | 10011110 | 10110 | 0 | 100101 | 1011011 | 10 | 100100 | 1100001 | 110110 |
Color Harmonies of #FB9E16
Complementary color
Monochromatic Colors of #FB9E16
Black with #FB9E16
Text Example
Text Example
White with #FB9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E16; }
p { color: rgb(251,158,22); }
H1.HeaderClassName
{
color: #FB9E16;
}
.AnyTagClassName
{
color: #FB9E16;
}
</style>
background-color css
<style>
a { background-color: #FB9E16; }
a { background-color: rgb(251,158,22); }
div.DivClassName
{
background-color: #FB9E16;
}
.BgClassName
{
background-color: #FB9E16;
}
</style>
border-color css
<style>
span { border-color: #FB9E16; }
span { border-color: rgb(251,158,22); }
td.TdClassName
{
border-color: #FB9E16;
}
.TagClassName
{
border-color: #FB9E16;
}
</style>