Shades of Tangerine #FA8008
Tints of Tangerine #FA8008
RGB
CMYK
RGB Variations
Color information
#FA8008 (or 0xFA8008) is known color: Tangerine. HEX triplet: FA, 80 and 08. RGB value is (250,128,8). Sum of RGB (Red+Green+Blue) = 250+128+8=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8008 is #057FF7. Grayscale: #979797. Windows color (decimal): -360440 or 557306. OLE color: 557306.
HSL color Cylindrical-coordinate representation of color #FA8008: hue angle of 29.75º 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 #FA8008 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 8 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.02 |
| HSL | 29.75º | 0.96% | 0.51% | - |
| HSV(B) | 29.75º | 0.97% | 0.98% | - |
| XYZ | 47.19 | 35.78 | 4.65 | - |
| YUV | 150.8 | 47.42 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 8 | 0 | 0.49 | 0.97 | 0.02 | 29.75 | 0.96 | 0.51 |
| Hex | FA | 80 | 8 | 0 | 31 | 61 | 2 | 1E | 60 | 33 |
| Octal | 372 | 200 | 10 | 0 | 61 | 141 | 2 | 36 | 140 | 63 |
| Binary | 11111010 | 10000000 | 1000 | 0 | 110001 | 1100001 | 10 | 11110 | 1100000 | 110011 |
Color Harmonies of #FA8008
Complementary color
Monochromatic Colors of #FA8008
Black with #FA8008
Text Example
Text Example
White with #FA8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8008; }
p { color: rgb(250,128,8); }
H1.HeaderClassName
{
color: #FA8008;
}
.AnyTagClassName
{
color: #FA8008;
}
</style>
background-color css
<style>
a { background-color: #FA8008; }
a { background-color: rgb(250,128,8); }
div.DivClassName
{
background-color: #FA8008;
}
.BgClassName
{
background-color: #FA8008;
}
</style>
border-color css
<style>
span { border-color: #FA8008; }
span { border-color: rgb(250,128,8); }
td.TdClassName
{
border-color: #FA8008;
}
.TagClassName
{
border-color: #FA8008;
}
</style>