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