Shades of Tangerine #FA8306
Tints of Tangerine #FA8306
RGB
CMYK
RGB Variations
Color information
#FA8306 (or 0xFA8306) is known color: Tangerine. HEX triplet: FA, 83 and 06. RGB value is (250,131,6). Sum of RGB (Red+Green+Blue) = 250+131+6=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8306 is #057CF9. Grayscale: #989898. Windows color (decimal): -359674 or 427002. OLE color: 427002.
HSL color Cylindrical-coordinate representation of color #FA8306: hue angle of 30.74º degrees, saturation: 0.96, 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 #FA8306 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 6 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.02 |
| HSL | 30.74º | 0.96% | 0.5% | - |
| HSV(B) | 30.74º | 0.98% | 0.98% | - |
| XYZ | 47.57 | 36.57 | 4.72 | - |
| YUV | 152.33 | 45.42 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 6 | 0 | 0.48 | 0.98 | 0.02 | 30.74 | 0.96 | 0.5 |
| Hex | FA | 83 | 6 | 0 | 30 | 62 | 2 | 1F | 60 | 32 |
| Octal | 372 | 203 | 6 | 0 | 60 | 142 | 2 | 37 | 140 | 62 |
| Binary | 11111010 | 10000011 | 110 | 0 | 110000 | 1100010 | 10 | 11111 | 1100000 | 110010 |
Color Harmonies of #FA8306
Complementary color
Monochromatic Colors of #FA8306
Black with #FA8306
Text Example
Text Example
White with #FA8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8306; }
p { color: rgb(250,131,6); }
H1.HeaderClassName
{
color: #FA8306;
}
.AnyTagClassName
{
color: #FA8306;
}
</style>
background-color css
<style>
a { background-color: #FA8306; }
a { background-color: rgb(250,131,6); }
div.DivClassName
{
background-color: #FA8306;
}
.BgClassName
{
background-color: #FA8306;
}
</style>
border-color css
<style>
span { border-color: #FA8306; }
span { border-color: rgb(250,131,6); }
td.TdClassName
{
border-color: #FA8306;
}
.TagClassName
{
border-color: #FA8306;
}
</style>