Shades of Dark Tangerine #F8A819
Tints of Dark Tangerine #F8A819
RGB
CMYK
RGB Variations
Color information
#F8A819 (or 0xF8A819) is known color: Dark Tangerine. HEX triplet: F8, A8 and 19. RGB value is (248,168,25). Sum of RGB (Red+Green+Blue) = 248+168+25=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A819 is #0757E6. Grayscale: #B0B0B0. Windows color (decimal): -481255 or 1681656. OLE color: 1681656.
HSL color Cylindrical-coordinate representation of color #F8A819: hue angle of 38.48º 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 #F8A819 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.03 |
| HSL | 38.48º | 0.94% | 0.54% | - |
| HSV(B) | 38.48º | 0.9% | 0.97% | - |
| XYZ | 52.89 | 48.03 | 7.4 | - |
| YUV | 175.62 | 43 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 25 | 0 | 0.32 | 0.90 | 0.03 | 38.48 | 0.94 | 0.54 |
| Hex | F8 | A8 | 19 | 0 | 20 | 5A | 3 | 26 | 5E | 36 |
| Octal | 370 | 250 | 31 | 0 | 40 | 132 | 3 | 46 | 136 | 66 |
| Binary | 11111000 | 10101000 | 11001 | 0 | 100000 | 1011010 | 11 | 100110 | 1011110 | 110110 |
Color Harmonies of #F8A819
Complementary color
Monochromatic Colors of #F8A819
Black with #F8A819
Text Example
Text Example
White with #F8A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A819; }
p { color: rgb(248,168,25); }
H1.HeaderClassName
{
color: #F8A819;
}
.AnyTagClassName
{
color: #F8A819;
}
</style>
background-color css
<style>
a { background-color: #F8A819; }
a { background-color: rgb(248,168,25); }
div.DivClassName
{
background-color: #F8A819;
}
.BgClassName
{
background-color: #F8A819;
}
</style>
border-color css
<style>
span { border-color: #F8A819; }
span { border-color: rgb(248,168,25); }
td.TdClassName
{
border-color: #F8A819;
}
.TagClassName
{
border-color: #F8A819;
}
</style>