Shades of Tangerine #F9860A
Tints of Tangerine #F9860A
RGB
CMYK
RGB Variations
Color information
#F9860A (or 0xF9860A) is known color: Tangerine. HEX triplet: F9, 86 and 0A. RGB value is (249,134,10). Sum of RGB (Red+Green+Blue) = 249+134+10=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9860A is #0679F5. Grayscale: #9A9A9A. Windows color (decimal): -424438 or 689913. OLE color: 689913.
HSL color Cylindrical-coordinate representation of color #F9860A: hue angle of 31.13º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9860A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.02 |
| HSL | 31.13º | 0.95% | 0.51% | - |
| HSV(B) | 31.13º | 0.96% | 0.98% | - |
| XYZ | 47.65 | 37.21 | 4.96 | - |
| YUV | 154.25 | 46.6 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 10 | 0 | 0.46 | 0.96 | 0.02 | 31.13 | 0.95 | 0.51 |
| Hex | F9 | 86 | A | 0 | 2E | 60 | 2 | 1F | 5F | 33 |
| Octal | 371 | 206 | 12 | 0 | 56 | 140 | 2 | 37 | 137 | 63 |
| Binary | 11111001 | 10000110 | 1010 | 0 | 101110 | 1100000 | 10 | 11111 | 1011111 | 110011 |
Color Harmonies of #F9860A
Complementary color
Monochromatic Colors of #F9860A
Black with #F9860A
Text Example
Text Example
White with #F9860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9860A; }
p { color: rgb(249,134,10); }
H1.HeaderClassName
{
color: #F9860A;
}
.AnyTagClassName
{
color: #F9860A;
}
</style>
background-color css
<style>
a { background-color: #F9860A; }
a { background-color: rgb(249,134,10); }
div.DivClassName
{
background-color: #F9860A;
}
.BgClassName
{
background-color: #F9860A;
}
</style>
border-color css
<style>
span { border-color: #F9860A; }
span { border-color: rgb(249,134,10); }
td.TdClassName
{
border-color: #F9860A;
}
.TagClassName
{
border-color: #F9860A;
}
</style>