Shades of Tangerine #F9820B
Tints of Tangerine #F9820B
RGB
CMYK
RGB Variations
Color information
#F9820B (or 0xF9820B) is known color: Tangerine. HEX triplet: F9, 82 and 0B. RGB value is (249,130,11). Sum of RGB (Red+Green+Blue) = 249+130+11=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9820B is #067DF4. Grayscale: #989898. Windows color (decimal): -425461 or 754425. OLE color: 754425.
HSL color Cylindrical-coordinate representation of color #F9820B: hue angle of 30º 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 #F9820B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.02 |
| HSL | 30º | 0.95% | 0.51% | - |
| HSV(B) | 30º | 0.96% | 0.98% | - |
| XYZ | 47.11 | 36.13 | 4.81 | - |
| YUV | 152.02 | 48.42 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 11 | 0 | 0.48 | 0.96 | 0.02 | 30 | 0.95 | 0.51 |
| Hex | F9 | 82 | B | 0 | 30 | 60 | 2 | 1E | 5F | 33 |
| Octal | 371 | 202 | 13 | 0 | 60 | 140 | 2 | 36 | 137 | 63 |
| Binary | 11111001 | 10000010 | 1011 | 0 | 110000 | 1100000 | 10 | 11110 | 1011111 | 110011 |
Color Harmonies of #F9820B
Complementary color
Monochromatic Colors of #F9820B
Black with #F9820B
Text Example
Text Example
White with #F9820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9820B; }
p { color: rgb(249,130,11); }
H1.HeaderClassName
{
color: #F9820B;
}
.AnyTagClassName
{
color: #F9820B;
}
</style>
background-color css
<style>
a { background-color: #F9820B; }
a { background-color: rgb(249,130,11); }
div.DivClassName
{
background-color: #F9820B;
}
.BgClassName
{
background-color: #F9820B;
}
</style>
border-color css
<style>
span { border-color: #F9820B; }
span { border-color: rgb(249,130,11); }
td.TdClassName
{
border-color: #F9820B;
}
.TagClassName
{
border-color: #F9820B;
}
</style>