Shades of Dark Tangerine #F8A60A
Tints of Dark Tangerine #F8A60A
RGB
CMYK
RGB Variations
Color information
#F8A60A (or 0xF8A60A) is known color: Dark Tangerine. HEX triplet: F8, A6 and 0A. RGB value is (248,166,10). Sum of RGB (Red+Green+Blue) = 248+166+10=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A60A is #0759F5. Grayscale: #ADADAD. Windows color (decimal): -481782 or 698104. OLE color: 698104.
HSL color Cylindrical-coordinate representation of color #F8A60A: hue angle of 39.33º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8A60A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.03 |
| HSL | 39.33º | 0.94% | 0.51% | - |
| HSV(B) | 39.33º | 0.96% | 0.97% | - |
| XYZ | 52.4 | 47.25 | 6.65 | - |
| YUV | 172.73 | 36.17 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 10 | 0 | 0.33 | 0.96 | 0.03 | 39.33 | 0.94 | 0.51 |
| Hex | F8 | A6 | A | 0 | 21 | 60 | 3 | 27 | 5E | 33 |
| Octal | 370 | 246 | 12 | 0 | 41 | 140 | 3 | 47 | 136 | 63 |
| Binary | 11111000 | 10100110 | 1010 | 0 | 100001 | 1100000 | 11 | 100111 | 1011110 | 110011 |
Color Harmonies of #F8A60A
Complementary color
Monochromatic Colors of #F8A60A
Black with #F8A60A
Text Example
Text Example
White with #F8A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A60A; }
p { color: rgb(248,166,10); }
H1.HeaderClassName
{
color: #F8A60A;
}
.AnyTagClassName
{
color: #F8A60A;
}
</style>
background-color css
<style>
a { background-color: #F8A60A; }
a { background-color: rgb(248,166,10); }
div.DivClassName
{
background-color: #F8A60A;
}
.BgClassName
{
background-color: #F8A60A;
}
</style>
border-color css
<style>
span { border-color: #F8A60A; }
span { border-color: rgb(248,166,10); }
td.TdClassName
{
border-color: #F8A60A;
}
.TagClassName
{
border-color: #F8A60A;
}
</style>