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