Shades of Tangerine #FA850B
Tints of Tangerine #FA850B
RGB
CMYK
RGB Variations
Color information
#FA850B (or 0xFA850B) is known color: Tangerine. HEX triplet: FA, 85 and 0B. RGB value is (250,133,11). Sum of RGB (Red+Green+Blue) = 250+133+11=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA850B is #057AF4. Grayscale: #9A9A9A. Windows color (decimal): -359157 or 755194. OLE color: 755194.
HSL color Cylindrical-coordinate representation of color #FA850B: hue angle of 30.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA850B is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 11 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.02 |
| HSL | 30.63º | 0.96% | 0.51% | - |
| HSV(B) | 30.63º | 0.96% | 0.98% | - |
| XYZ | 47.87 | 37.12 | 4.96 | - |
| YUV | 154.08 | 47.26 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 11 | 0 | 0.47 | 0.96 | 0.02 | 30.63 | 0.96 | 0.51 |
| Hex | FA | 85 | B | 0 | 2F | 60 | 2 | 1F | 60 | 33 |
| Octal | 372 | 205 | 13 | 0 | 57 | 140 | 2 | 37 | 140 | 63 |
| Binary | 11111010 | 10000101 | 1011 | 0 | 101111 | 1100000 | 10 | 11111 | 1100000 | 110011 |
Color Harmonies of #FA850B
Complementary color
Monochromatic Colors of #FA850B
Black with #FA850B
Text Example
Text Example
White with #FA850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA850B; }
p { color: rgb(250,133,11); }
H1.HeaderClassName
{
color: #FA850B;
}
.AnyTagClassName
{
color: #FA850B;
}
</style>
background-color css
<style>
a { background-color: #FA850B; }
a { background-color: rgb(250,133,11); }
div.DivClassName
{
background-color: #FA850B;
}
.BgClassName
{
background-color: #FA850B;
}
</style>
border-color css
<style>
span { border-color: #FA850B; }
span { border-color: rgb(250,133,11); }
td.TdClassName
{
border-color: #FA850B;
}
.TagClassName
{
border-color: #FA850B;
}
</style>