Shades of Tangerine #FA7803
Tints of Tangerine #FA7803
RGB
CMYK
RGB Variations
Color information
#FA7803 (or 0xFA7803) is known color: Tangerine. HEX triplet: FA, 78 and 03. RGB value is (250,120,3). Sum of RGB (Red+Green+Blue) = 250+120+3=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7803 is #0587FC. Grayscale: #929292. Windows color (decimal): -362493 or 227578. OLE color: 227578.
HSL color Cylindrical-coordinate representation of color #FA7803: hue angle of 28.42º 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 #FA7803 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.02 |
| HSL | 28.42º | 0.98% | 0.5% | - |
| HSV(B) | 28.42º | 0.99% | 0.98% | - |
| XYZ | 46.16 | 33.76 | 4.17 | - |
| YUV | 145.53 | 47.57 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 3 | 0 | 0.52 | 0.99 | 0.02 | 28.42 | 0.98 | 0.5 |
| Hex | FA | 78 | 3 | 0 | 34 | 63 | 2 | 1C | 62 | 32 |
| Octal | 372 | 170 | 3 | 0 | 64 | 143 | 2 | 34 | 142 | 62 |
| Binary | 11111010 | 1111000 | 11 | 0 | 110100 | 1100011 | 10 | 11100 | 1100010 | 110010 |
Color Harmonies of #FA7803
Complementary color
Monochromatic Colors of #FA7803
Black with #FA7803
Text Example
Text Example
White with #FA7803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7803; }
p { color: rgb(250,120,3); }
H1.HeaderClassName
{
color: #FA7803;
}
.AnyTagClassName
{
color: #FA7803;
}
</style>
background-color css
<style>
a { background-color: #FA7803; }
a { background-color: rgb(250,120,3); }
div.DivClassName
{
background-color: #FA7803;
}
.BgClassName
{
background-color: #FA7803;
}
</style>
border-color css
<style>
span { border-color: #FA7803; }
span { border-color: rgb(250,120,3); }
td.TdClassName
{
border-color: #FA7803;
}
.TagClassName
{
border-color: #FA7803;
}
</style>