Shades of Tangerine #FB8100
Tints of Tangerine #FB8100
RGB
CMYK
RGB Variations
Color information
#FB8100 (or 0xFB8100) is known color: Tangerine. HEX triplet: FB, 81 and 00. RGB value is (251,129,0). Sum of RGB (Red+Green+Blue) = 251+129+0=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8100 is #047EFF. Grayscale: #979797. Windows color (decimal): -294656 or 33275. OLE color: 33275.
HSL color Cylindrical-coordinate representation of color #FB8100: hue angle of 30.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB8100 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.02 |
| HSL | 30.84º | 1% | 0.49% | - |
| HSV(B) | 30.84º | 1% | 0.98% | - |
| XYZ | 47.63 | 36.21 | 4.48 | - |
| YUV | 150.77 | 42.92 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 0 | 0 | 0.49 | 1 | 0.02 | 30.84 | 1 | 0.49 |
| Hex | FB | 81 | 0 | 0 | 31 | 64 | 2 | 1F | 64 | 31 |
| Octal | 373 | 201 | 0 | 0 | 61 | 144 | 2 | 37 | 144 | 61 |
| Binary | 11111011 | 10000001 | 0 | 0 | 110001 | 1100100 | 10 | 11111 | 1100100 | 110001 |
Color Harmonies of #FB8100
Complementary color
Monochromatic Colors of #FB8100
Black with #FB8100
Text Example
Text Example
White with #FB8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8100; }
p { color: rgb(251,129,0); }
H1.HeaderClassName
{
color: #FB8100;
}
.AnyTagClassName
{
color: #FB8100;
}
</style>
background-color css
<style>
a { background-color: #FB8100; }
a { background-color: rgb(251,129,0); }
div.DivClassName
{
background-color: #FB8100;
}
.BgClassName
{
background-color: #FB8100;
}
</style>
border-color css
<style>
span { border-color: #FB8100; }
span { border-color: rgb(251,129,0); }
td.TdClassName
{
border-color: #FB8100;
}
.TagClassName
{
border-color: #FB8100;
}
</style>