Shades of Tangerine #FB8302
Tints of Tangerine #FB8302
RGB
CMYK
RGB Variations
Color information
#FB8302 (or 0xFB8302) is known color: Tangerine. HEX triplet: FB, 83 and 02. RGB value is (251,131,2). Sum of RGB (Red+Green+Blue) = 251+131+2=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8302 is #047CFD. Grayscale: #989898. Windows color (decimal): -294142 or 164859. OLE color: 164859.
HSL color Cylindrical-coordinate representation of color #FB8302: hue angle of 31.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB8302 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.02 |
| HSL | 31.08º | 0.98% | 0.5% | - |
| HSV(B) | 31.08º | 0.99% | 0.98% | - |
| XYZ | 47.91 | 36.75 | 4.62 | - |
| YUV | 152.17 | 43.26 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 2 | 0 | 0.48 | 0.99 | 0.02 | 31.08 | 0.98 | 0.5 |
| Hex | FB | 83 | 2 | 0 | 30 | 63 | 2 | 1F | 62 | 32 |
| Octal | 373 | 203 | 2 | 0 | 60 | 143 | 2 | 37 | 142 | 62 |
| Binary | 11111011 | 10000011 | 10 | 0 | 110000 | 1100011 | 10 | 11111 | 1100010 | 110010 |
Color Harmonies of #FB8302
Complementary color
Monochromatic Colors of #FB8302
Black with #FB8302
Text Example
Text Example
White with #FB8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8302; }
p { color: rgb(251,131,2); }
H1.HeaderClassName
{
color: #FB8302;
}
.AnyTagClassName
{
color: #FB8302;
}
</style>
background-color css
<style>
a { background-color: #FB8302; }
a { background-color: rgb(251,131,2); }
div.DivClassName
{
background-color: #FB8302;
}
.BgClassName
{
background-color: #FB8302;
}
</style>
border-color css
<style>
span { border-color: #FB8302; }
span { border-color: rgb(251,131,2); }
td.TdClassName
{
border-color: #FB8302;
}
.TagClassName
{
border-color: #FB8302;
}
</style>