Shades of Tangerine #FA8407
Tints of Tangerine #FA8407
RGB
CMYK
RGB Variations
Color information
#FA8407 (or 0xFA8407) is known color: Tangerine. HEX triplet: FA, 84 and 07. RGB value is (250,132,7). Sum of RGB (Red+Green+Blue) = 250+132+7=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8407 is #057BF8. Grayscale: #999999. Windows color (decimal): -359417 or 492794. OLE color: 492794.
HSL color Cylindrical-coordinate representation of color #FA8407: hue angle of 30.86º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA8407 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.02 |
| HSL | 30.86º | 0.96% | 0.5% | - |
| HSV(B) | 30.86º | 0.97% | 0.98% | - |
| XYZ | 47.71 | 36.84 | 4.8 | - |
| YUV | 153.03 | 45.59 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 7 | 0 | 0.47 | 0.97 | 0.02 | 30.86 | 0.96 | 0.5 |
| Hex | FA | 84 | 7 | 0 | 2F | 61 | 2 | 1F | 60 | 32 |
| Octal | 372 | 204 | 7 | 0 | 57 | 141 | 2 | 37 | 140 | 62 |
| Binary | 11111010 | 10000100 | 111 | 0 | 101111 | 1100001 | 10 | 11111 | 1100000 | 110010 |
Color Harmonies of #FA8407
Complementary color
Monochromatic Colors of #FA8407
Black with #FA8407
Text Example
Text Example
White with #FA8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8407; }
p { color: rgb(250,132,7); }
H1.HeaderClassName
{
color: #FA8407;
}
.AnyTagClassName
{
color: #FA8407;
}
</style>
background-color css
<style>
a { background-color: #FA8407; }
a { background-color: rgb(250,132,7); }
div.DivClassName
{
background-color: #FA8407;
}
.BgClassName
{
background-color: #FA8407;
}
</style>
border-color css
<style>
span { border-color: #FA8407; }
span { border-color: rgb(250,132,7); }
td.TdClassName
{
border-color: #FA8407;
}
.TagClassName
{
border-color: #FA8407;
}
</style>