Shades of Tangerine #F9870E
Tints of Tangerine #F9870E
RGB
CMYK
RGB Variations
Color information
#F9870E (or 0xF9870E) is known color: Tangerine. HEX triplet: F9, 87 and 0E. RGB value is (249,135,14). Sum of RGB (Red+Green+Blue) = 249+135+14=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9870E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9870E is #0678F1. Grayscale: #9B9B9B. Windows color (decimal): -424178 or 952313. OLE color: 952313.
HSL color Cylindrical-coordinate representation of color #F9870E: hue angle of 30.89º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9870E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.02 |
| HSL | 30.89º | 0.95% | 0.52% | - |
| HSV(B) | 30.89º | 0.94% | 0.98% | - |
| XYZ | 47.81 | 37.5 | 5.13 | - |
| YUV | 155.29 | 48.27 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 14 | 0 | 0.46 | 0.94 | 0.02 | 30.89 | 0.95 | 0.52 |
| Hex | F9 | 87 | E | 0 | 2E | 5E | 2 | 1F | 5F | 34 |
| Octal | 371 | 207 | 16 | 0 | 56 | 136 | 2 | 37 | 137 | 64 |
| Binary | 11111001 | 10000111 | 1110 | 0 | 101110 | 1011110 | 10 | 11111 | 1011111 | 110100 |
Color Harmonies of #F9870E
Complementary color
Monochromatic Colors of #F9870E
Black with #F9870E
Text Example
Text Example
White with #F9870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9870E; }
p { color: rgb(249,135,14); }
H1.HeaderClassName
{
color: #F9870E;
}
.AnyTagClassName
{
color: #F9870E;
}
</style>
background-color css
<style>
a { background-color: #F9870E; }
a { background-color: rgb(249,135,14); }
div.DivClassName
{
background-color: #F9870E;
}
.BgClassName
{
background-color: #F9870E;
}
</style>
border-color css
<style>
span { border-color: #F9870E; }
span { border-color: rgb(249,135,14); }
td.TdClassName
{
border-color: #F9870E;
}
.TagClassName
{
border-color: #F9870E;
}
</style>