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