Shades of Tangerine #F98401
Tints of Tangerine #F98401
RGB
CMYK
RGB Variations
Color information
#F98401 (or 0xF98401) is known color: Tangerine. HEX triplet: F9, 84 and 01. RGB value is (249,132,1). Sum of RGB (Red+Green+Blue) = 249+132+1=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F98401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98401 is #067BFE. Grayscale: #989898. Windows color (decimal): -424959 or 99577. OLE color: 99577.
HSL color Cylindrical-coordinate representation of color #F98401: hue angle of 31.69º 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 #F98401 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.02 |
| HSL | 31.69º | 0.99% | 0.49% | - |
| HSV(B) | 31.69º | 1% | 0.98% | - |
| XYZ | 47.32 | 36.64 | 4.61 | - |
| YUV | 152.05 | 42.76 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 1 | 0 | 0.47 | 1.00 | 0.02 | 31.69 | 0.99 | 0.49 |
| Hex | F9 | 84 | 1 | 0 | 2F | 64 | 2 | 20 | 63 | 31 |
| Octal | 371 | 204 | 1 | 0 | 57 | 144 | 2 | 40 | 143 | 61 |
| Binary | 11111001 | 10000100 | 1 | 0 | 101111 | 1100100 | 10 | 100000 | 1100011 | 110001 |
Color Harmonies of #F98401
Complementary color
Monochromatic Colors of #F98401
Black with #F98401
Text Example
Text Example
White with #F98401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98401; }
p { color: rgb(249,132,1); }
H1.HeaderClassName
{
color: #F98401;
}
.AnyTagClassName
{
color: #F98401;
}
</style>
background-color css
<style>
a { background-color: #F98401; }
a { background-color: rgb(249,132,1); }
div.DivClassName
{
background-color: #F98401;
}
.BgClassName
{
background-color: #F98401;
}
</style>
border-color css
<style>
span { border-color: #F98401; }
span { border-color: rgb(249,132,1); }
td.TdClassName
{
border-color: #F98401;
}
.TagClassName
{
border-color: #F98401;
}
</style>