Shades of Tangerine #F98305
Tints of Tangerine #F98305
RGB
CMYK
RGB Variations
Color information
#F98305 (or 0xF98305) is known color: Tangerine. HEX triplet: F9, 83 and 05. RGB value is (249,131,5). Sum of RGB (Red+Green+Blue) = 249+131+5=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F98305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98305 is #067CFA. Grayscale: #989898. Windows color (decimal): -425211 or 361465. OLE color: 361465.
HSL color Cylindrical-coordinate representation of color #F98305: hue angle of 30.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F98305 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.02 |
| HSL | 30.98º | 0.96% | 0.5% | - |
| HSV(B) | 30.98º | 0.98% | 0.98% | - |
| XYZ | 47.21 | 36.38 | 4.68 | - |
| YUV | 151.92 | 45.09 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 5 | 0 | 0.47 | 0.98 | 0.02 | 30.98 | 0.96 | 0.5 |
| Hex | F9 | 83 | 5 | 0 | 2F | 62 | 2 | 1F | 60 | 32 |
| Octal | 371 | 203 | 5 | 0 | 57 | 142 | 2 | 37 | 140 | 62 |
| Binary | 11111001 | 10000011 | 101 | 0 | 101111 | 1100010 | 10 | 11111 | 1100000 | 110010 |
Color Harmonies of #F98305
Complementary color
Monochromatic Colors of #F98305
Black with #F98305
Text Example
Text Example
White with #F98305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98305; }
p { color: rgb(249,131,5); }
H1.HeaderClassName
{
color: #F98305;
}
.AnyTagClassName
{
color: #F98305;
}
</style>
background-color css
<style>
a { background-color: #F98305; }
a { background-color: rgb(249,131,5); }
div.DivClassName
{
background-color: #F98305;
}
.BgClassName
{
background-color: #F98305;
}
</style>
border-color css
<style>
span { border-color: #F98305; }
span { border-color: rgb(249,131,5); }
td.TdClassName
{
border-color: #F98305;
}
.TagClassName
{
border-color: #F98305;
}
</style>