Shades of Dark Tangerine #F8A319
Tints of Dark Tangerine #F8A319
RGB
CMYK
RGB Variations
Color information
#F8A319 (or 0xF8A319) is known color: Dark Tangerine. HEX triplet: F8, A3 and 19. RGB value is (248,163,25). Sum of RGB (Red+Green+Blue) = 248+163+25=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A319 is #075CE6. Grayscale: #ADADAD. Windows color (decimal): -482535 or 1680376. OLE color: 1680376.
HSL color Cylindrical-coordinate representation of color #F8A319: hue angle of 37.13º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8A319 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 25 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.03 |
| HSL | 37.13º | 0.94% | 0.54% | - |
| HSV(B) | 37.13º | 0.9% | 0.97% | - |
| XYZ | 51.98 | 46.22 | 7.1 | - |
| YUV | 172.68 | 44.66 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 25 | 0 | 0.34 | 0.90 | 0.03 | 37.13 | 0.94 | 0.54 |
| Hex | F8 | A3 | 19 | 0 | 22 | 5A | 3 | 25 | 5E | 36 |
| Octal | 370 | 243 | 31 | 0 | 42 | 132 | 3 | 45 | 136 | 66 |
| Binary | 11111000 | 10100011 | 11001 | 0 | 100010 | 1011010 | 11 | 100101 | 1011110 | 110110 |
Color Harmonies of #F8A319
Complementary color
Monochromatic Colors of #F8A319
Black with #F8A319
Text Example
Text Example
White with #F8A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A319; }
p { color: rgb(248,163,25); }
H1.HeaderClassName
{
color: #F8A319;
}
.AnyTagClassName
{
color: #F8A319;
}
</style>
background-color css
<style>
a { background-color: #F8A319; }
a { background-color: rgb(248,163,25); }
div.DivClassName
{
background-color: #F8A319;
}
.BgClassName
{
background-color: #F8A319;
}
</style>
border-color css
<style>
span { border-color: #F8A319; }
span { border-color: rgb(248,163,25); }
td.TdClassName
{
border-color: #F8A319;
}
.TagClassName
{
border-color: #F8A319;
}
</style>