Shades of Tangerine #FA8308
Tints of Tangerine #FA8308
RGB
CMYK
RGB Variations
Color information
#FA8308 (or 0xFA8308) is known color: Tangerine. HEX triplet: FA, 83 and 08. RGB value is (250,131,8). Sum of RGB (Red+Green+Blue) = 250+131+8=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8308 is #057CF7. Grayscale: #999999. Windows color (decimal): -359672 or 558074. OLE color: 558074.
HSL color Cylindrical-coordinate representation of color #FA8308: hue angle of 30.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA8308 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 8 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.02 |
| HSL | 30.5º | 0.96% | 0.51% | - |
| HSV(B) | 30.5º | 0.97% | 0.98% | - |
| XYZ | 47.58 | 36.57 | 4.78 | - |
| YUV | 152.56 | 46.42 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 8 | 0 | 0.48 | 0.97 | 0.02 | 30.5 | 0.96 | 0.51 |
| Hex | FA | 83 | 8 | 0 | 30 | 61 | 2 | 1E | 60 | 33 |
| Octal | 372 | 203 | 10 | 0 | 60 | 141 | 2 | 36 | 140 | 63 |
| Binary | 11111010 | 10000011 | 1000 | 0 | 110000 | 1100001 | 10 | 11110 | 1100000 | 110011 |
Color Harmonies of #FA8308
Complementary color
Monochromatic Colors of #FA8308
Black with #FA8308
Text Example
Text Example
White with #FA8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8308; }
p { color: rgb(250,131,8); }
H1.HeaderClassName
{
color: #FA8308;
}
.AnyTagClassName
{
color: #FA8308;
}
</style>
background-color css
<style>
a { background-color: #FA8308; }
a { background-color: rgb(250,131,8); }
div.DivClassName
{
background-color: #FA8308;
}
.BgClassName
{
background-color: #FA8308;
}
</style>
border-color css
<style>
span { border-color: #FA8308; }
span { border-color: rgb(250,131,8); }
td.TdClassName
{
border-color: #FA8308;
}
.TagClassName
{
border-color: #FA8308;
}
</style>