Shades of Tangerine #FB8201
Tints of Tangerine #FB8201
RGB
CMYK
RGB Variations
Color information
#FB8201 (or 0xFB8201) is known color: Tangerine. HEX triplet: FB, 82 and 01. RGB value is (251,130,1). Sum of RGB (Red+Green+Blue) = 251+130+1=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8201 is #047DFE. Grayscale: #989898. Windows color (decimal): -294399 or 99067. OLE color: 99067.
HSL color Cylindrical-coordinate representation of color #FB8201: hue angle of 30.96º 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 #FB8201 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.02 |
| HSL | 30.96º | 0.99% | 0.49% | - |
| HSV(B) | 30.96º | 1% | 0.98% | - |
| XYZ | 47.77 | 36.48 | 4.55 | - |
| YUV | 151.47 | 43.09 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 1 | 0 | 0.48 | 1.00 | 0.02 | 30.96 | 0.99 | 0.49 |
| Hex | FB | 82 | 1 | 0 | 30 | 64 | 2 | 1F | 63 | 31 |
| Octal | 373 | 202 | 1 | 0 | 60 | 144 | 2 | 37 | 143 | 61 |
| Binary | 11111011 | 10000010 | 1 | 0 | 110000 | 1100100 | 10 | 11111 | 1100011 | 110001 |
Color Harmonies of #FB8201
Complementary color
Monochromatic Colors of #FB8201
Black with #FB8201
Text Example
Text Example
White with #FB8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8201; }
p { color: rgb(251,130,1); }
H1.HeaderClassName
{
color: #FB8201;
}
.AnyTagClassName
{
color: #FB8201;
}
</style>
background-color css
<style>
a { background-color: #FB8201; }
a { background-color: rgb(251,130,1); }
div.DivClassName
{
background-color: #FB8201;
}
.BgClassName
{
background-color: #FB8201;
}
</style>
border-color css
<style>
span { border-color: #FB8201; }
span { border-color: rgb(251,130,1); }
td.TdClassName
{
border-color: #FB8201;
}
.TagClassName
{
border-color: #FB8201;
}
</style>