Shades of Tangerine #FB830B
Tints of Tangerine #FB830B
RGB
CMYK
RGB Variations
Color information
#FB830B (or 0xFB830B) is known color: Tangerine. HEX triplet: FB, 83 and 0B. RGB value is (251,131,11). Sum of RGB (Red+Green+Blue) = 251+131+11=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB830B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB830B is #047CF4. Grayscale: #999999. Windows color (decimal): -294133 or 754683. OLE color: 754683.
HSL color Cylindrical-coordinate representation of color #FB830B: hue angle of 30º degrees, saturation: 0.97, 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 #FB830B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.02 |
| HSL | 30º | 0.97% | 0.51% | - |
| HSV(B) | 30º | 0.96% | 0.98% | - |
| XYZ | 47.96 | 36.77 | 4.89 | - |
| YUV | 153.2 | 47.76 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 11 | 0 | 0.48 | 0.96 | 0.02 | 30 | 0.97 | 0.51 |
| Hex | FB | 83 | B | 0 | 30 | 60 | 2 | 1E | 61 | 33 |
| Octal | 373 | 203 | 13 | 0 | 60 | 140 | 2 | 36 | 141 | 63 |
| Binary | 11111011 | 10000011 | 1011 | 0 | 110000 | 1100000 | 10 | 11110 | 1100001 | 110011 |
Color Harmonies of #FB830B
Complementary color
Monochromatic Colors of #FB830B
Black with #FB830B
Text Example
Text Example
White with #FB830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB830B; }
p { color: rgb(251,131,11); }
H1.HeaderClassName
{
color: #FB830B;
}
.AnyTagClassName
{
color: #FB830B;
}
</style>
background-color css
<style>
a { background-color: #FB830B; }
a { background-color: rgb(251,131,11); }
div.DivClassName
{
background-color: #FB830B;
}
.BgClassName
{
background-color: #FB830B;
}
</style>
border-color css
<style>
span { border-color: #FB830B; }
span { border-color: rgb(251,131,11); }
td.TdClassName
{
border-color: #FB830B;
}
.TagClassName
{
border-color: #FB830B;
}
</style>