Shades of Tangerine #FA8203
Tints of Tangerine #FA8203
RGB
CMYK
RGB Variations
Color information
#FA8203 (or 0xFA8203) is known color: Tangerine. HEX triplet: FA, 82 and 03. RGB value is (250,130,3). Sum of RGB (Red+Green+Blue) = 250+130+3=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8203 is #057DFC. Grayscale: #989898. Windows color (decimal): -359933 or 230138. OLE color: 230138.
HSL color Cylindrical-coordinate representation of color #FA8203: hue angle of 30.85º 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 #FA8203 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.02 |
| HSL | 30.85º | 0.98% | 0.5% | - |
| HSV(B) | 30.85º | 0.99% | 0.98% | - |
| XYZ | 47.42 | 36.3 | 4.59 | - |
| YUV | 151.4 | 44.26 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 3 | 0 | 0.48 | 0.99 | 0.02 | 30.85 | 0.98 | 0.5 |
| Hex | FA | 82 | 3 | 0 | 30 | 63 | 2 | 1F | 62 | 32 |
| Octal | 372 | 202 | 3 | 0 | 60 | 143 | 2 | 37 | 142 | 62 |
| Binary | 11111010 | 10000010 | 11 | 0 | 110000 | 1100011 | 10 | 11111 | 1100010 | 110010 |
Color Harmonies of #FA8203
Complementary color
Monochromatic Colors of #FA8203
Black with #FA8203
Text Example
Text Example
White with #FA8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8203; }
p { color: rgb(250,130,3); }
H1.HeaderClassName
{
color: #FA8203;
}
.AnyTagClassName
{
color: #FA8203;
}
</style>
background-color css
<style>
a { background-color: #FA8203; }
a { background-color: rgb(250,130,3); }
div.DivClassName
{
background-color: #FA8203;
}
.BgClassName
{
background-color: #FA8203;
}
</style>
border-color css
<style>
span { border-color: #FA8203; }
span { border-color: rgb(250,130,3); }
td.TdClassName
{
border-color: #FA8203;
}
.TagClassName
{
border-color: #FA8203;
}
</style>