Shades of Tangerine #F98302
Tints of Tangerine #F98302
RGB
CMYK
RGB Variations
Color information
#F98302 (or 0xF98302) is known color: Tangerine. HEX triplet: F9, 83 and 02. RGB value is (249,131,2). Sum of RGB (Red+Green+Blue) = 249+131+2=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F98302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98302 is #067CFD. Grayscale: #989898. Windows color (decimal): -425214 or 164857. OLE color: 164857.
HSL color Cylindrical-coordinate representation of color #F98302: hue angle of 31.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F98302 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.02 |
| HSL | 31.34º | 0.98% | 0.49% | - |
| HSV(B) | 31.34º | 0.99% | 0.98% | - |
| XYZ | 47.19 | 36.38 | 4.59 | - |
| YUV | 151.58 | 43.59 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 2 | 0 | 0.47 | 0.99 | 0.02 | 31.34 | 0.98 | 0.49 |
| Hex | F9 | 83 | 2 | 0 | 2F | 63 | 2 | 1F | 62 | 31 |
| Octal | 371 | 203 | 2 | 0 | 57 | 143 | 2 | 37 | 142 | 61 |
| Binary | 11111001 | 10000011 | 10 | 0 | 101111 | 1100011 | 10 | 11111 | 1100010 | 110001 |
Color Harmonies of #F98302
Complementary color
Monochromatic Colors of #F98302
Black with #F98302
Text Example
Text Example
White with #F98302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98302; }
p { color: rgb(249,131,2); }
H1.HeaderClassName
{
color: #F98302;
}
.AnyTagClassName
{
color: #F98302;
}
</style>
background-color css
<style>
a { background-color: #F98302; }
a { background-color: rgb(249,131,2); }
div.DivClassName
{
background-color: #F98302;
}
.BgClassName
{
background-color: #F98302;
}
</style>
border-color css
<style>
span { border-color: #F98302; }
span { border-color: rgb(249,131,2); }
td.TdClassName
{
border-color: #F98302;
}
.TagClassName
{
border-color: #F98302;
}
</style>