Shades of Tangerine #FB8305
Tints of Tangerine #FB8305
RGB
CMYK
RGB Variations
Color information
#FB8305 (or 0xFB8305) is known color: Tangerine. HEX triplet: FB, 83 and 05. RGB value is (251,131,5). Sum of RGB (Red+Green+Blue) = 251+131+5=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8305 is #047CFA. Grayscale: #999999. Windows color (decimal): -294139 or 361467. OLE color: 361467.
HSL color Cylindrical-coordinate representation of color #FB8305: hue angle of 30.73º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB8305 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.02 |
| HSL | 30.73º | 0.97% | 0.5% | - |
| HSV(B) | 30.73º | 0.98% | 0.98% | - |
| XYZ | 47.93 | 36.75 | 4.71 | - |
| YUV | 152.52 | 44.76 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 5 | 0 | 0.48 | 0.98 | 0.02 | 30.73 | 0.97 | 0.5 |
| Hex | FB | 83 | 5 | 0 | 30 | 62 | 2 | 1F | 61 | 32 |
| Octal | 373 | 203 | 5 | 0 | 60 | 142 | 2 | 37 | 141 | 62 |
| Binary | 11111011 | 10000011 | 101 | 0 | 110000 | 1100010 | 10 | 11111 | 1100001 | 110010 |
Color Harmonies of #FB8305
Complementary color
Monochromatic Colors of #FB8305
Black with #FB8305
Text Example
Text Example
White with #FB8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8305; }
p { color: rgb(251,131,5); }
H1.HeaderClassName
{
color: #FB8305;
}
.AnyTagClassName
{
color: #FB8305;
}
</style>
background-color css
<style>
a { background-color: #FB8305; }
a { background-color: rgb(251,131,5); }
div.DivClassName
{
background-color: #FB8305;
}
.BgClassName
{
background-color: #FB8305;
}
</style>
border-color css
<style>
span { border-color: #FB8305; }
span { border-color: rgb(251,131,5); }
td.TdClassName
{
border-color: #FB8305;
}
.TagClassName
{
border-color: #FB8305;
}
</style>