Shades of Tangerine #FA820B
Tints of Tangerine #FA820B
RGB
CMYK
RGB Variations
Color information
#FA820B (or 0xFA820B) is known color: Tangerine. HEX triplet: FA, 82 and 0B. RGB value is (250,130,11). Sum of RGB (Red+Green+Blue) = 250+130+11=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA820B is #057DF4. Grayscale: #989898. Windows color (decimal): -359925 or 754426. OLE color: 754426.
HSL color Cylindrical-coordinate representation of color #FA820B: hue angle of 29.87º 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 #FA820B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.02 |
| HSL | 29.87º | 0.96% | 0.51% | - |
| HSV(B) | 29.87º | 0.96% | 0.98% | - |
| XYZ | 47.47 | 36.31 | 4.82 | - |
| YUV | 152.31 | 48.26 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 11 | 0 | 0.48 | 0.96 | 0.02 | 29.87 | 0.96 | 0.51 |
| Hex | FA | 82 | B | 0 | 30 | 60 | 2 | 1E | 60 | 33 |
| Octal | 372 | 202 | 13 | 0 | 60 | 140 | 2 | 36 | 140 | 63 |
| Binary | 11111010 | 10000010 | 1011 | 0 | 110000 | 1100000 | 10 | 11110 | 1100000 | 110011 |
Color Harmonies of #FA820B
Complementary color
Monochromatic Colors of #FA820B
Black with #FA820B
Text Example
Text Example
White with #FA820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA820B; }
p { color: rgb(250,130,11); }
H1.HeaderClassName
{
color: #FA820B;
}
.AnyTagClassName
{
color: #FA820B;
}
</style>
background-color css
<style>
a { background-color: #FA820B; }
a { background-color: rgb(250,130,11); }
div.DivClassName
{
background-color: #FA820B;
}
.BgClassName
{
background-color: #FA820B;
}
</style>
border-color css
<style>
span { border-color: #FA820B; }
span { border-color: rgb(250,130,11); }
td.TdClassName
{
border-color: #FA820B;
}
.TagClassName
{
border-color: #FA820B;
}
</style>