Shades of Tangerine #F98200
Tints of Tangerine #F98200
RGB
CMYK
RGB Variations
Color information
#F98200 (or 0xF98200) is known color: Tangerine. HEX triplet: F9, 82 and 00. RGB value is (249,130,0). Sum of RGB (Red+Green+Blue) = 249+130+0=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F98200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98200 is #067DFF. Grayscale: #979797. Windows color (decimal): -425472 or 33529. OLE color: 33529.
HSL color Cylindrical-coordinate representation of color #F98200: hue angle of 31.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F98200 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.02 |
| HSL | 31.33º | 1% | 0.49% | - |
| HSV(B) | 31.33º | 1% | 0.98% | - |
| XYZ | 47.05 | 36.11 | 4.49 | - |
| YUV | 150.76 | 42.92 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 0 | 0 | 0.48 | 1 | 0.02 | 31.33 | 1 | 0.49 |
| Hex | F9 | 82 | 0 | 0 | 30 | 64 | 2 | 1F | 64 | 31 |
| Octal | 371 | 202 | 0 | 0 | 60 | 144 | 2 | 37 | 144 | 61 |
| Binary | 11111001 | 10000010 | 0 | 0 | 110000 | 1100100 | 10 | 11111 | 1100100 | 110001 |
Color Harmonies of #F98200
Complementary color
Monochromatic Colors of #F98200
Black with #F98200
Text Example
Text Example
White with #F98200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98200; }
p { color: rgb(249,130,0); }
H1.HeaderClassName
{
color: #F98200;
}
.AnyTagClassName
{
color: #F98200;
}
</style>
background-color css
<style>
a { background-color: #F98200; }
a { background-color: rgb(249,130,0); }
div.DivClassName
{
background-color: #F98200;
}
.BgClassName
{
background-color: #F98200;
}
</style>
border-color css
<style>
span { border-color: #F98200; }
span { border-color: rgb(249,130,0); }
td.TdClassName
{
border-color: #F98200;
}
.TagClassName
{
border-color: #F98200;
}
</style>