Shades of Tangerine #F98501
Tints of Tangerine #F98501
RGB
CMYK
RGB Variations
Color information
#F98501 (or 0xF98501) is known color: Tangerine. HEX triplet: F9, 85 and 01. RGB value is (249,133,1). Sum of RGB (Red+Green+Blue) = 249+133+1=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F98501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98501 is #067AFE. Grayscale: #999999. Windows color (decimal): -424703 or 99833. OLE color: 99833.
HSL color Cylindrical-coordinate representation of color #F98501: hue angle of 31.94º 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 #F98501 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.02 |
| HSL | 31.94º | 0.99% | 0.49% | - |
| HSV(B) | 31.94º | 1% | 0.98% | - |
| XYZ | 47.46 | 36.92 | 4.65 | - |
| YUV | 152.64 | 42.43 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 1 | 0 | 0.47 | 1.00 | 0.02 | 31.94 | 0.99 | 0.49 |
| Hex | F9 | 85 | 1 | 0 | 2F | 64 | 2 | 20 | 63 | 31 |
| Octal | 371 | 205 | 1 | 0 | 57 | 144 | 2 | 40 | 143 | 61 |
| Binary | 11111001 | 10000101 | 1 | 0 | 101111 | 1100100 | 10 | 100000 | 1100011 | 110001 |
Color Harmonies of #F98501
Complementary color
Monochromatic Colors of #F98501
Black with #F98501
Text Example
Text Example
White with #F98501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98501; }
p { color: rgb(249,133,1); }
H1.HeaderClassName
{
color: #F98501;
}
.AnyTagClassName
{
color: #F98501;
}
</style>
background-color css
<style>
a { background-color: #F98501; }
a { background-color: rgb(249,133,1); }
div.DivClassName
{
background-color: #F98501;
}
.BgClassName
{
background-color: #F98501;
}
</style>
border-color css
<style>
span { border-color: #F98501; }
span { border-color: rgb(249,133,1); }
td.TdClassName
{
border-color: #F98501;
}
.TagClassName
{
border-color: #F98501;
}
</style>