Shades of Dark Tangerine #F3A615
Tints of Dark Tangerine #F3A615
RGB
CMYK
RGB Variations
Color information
#F3A615 (or 0xF3A615) is known color: Dark Tangerine. HEX triplet: F3, A6 and 15. RGB value is (243,166,21). Sum of RGB (Red+Green+Blue) = 243+166+21=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A615 is #0C59EA. Grayscale: #ADADAD. Windows color (decimal): -809451 or 1418995. OLE color: 1418995.
HSL color Cylindrical-coordinate representation of color #F3A615: hue angle of 39.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3A615 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.05 |
| HSL | 39.19º | 0.9% | 0.52% | - |
| HSV(B) | 39.19º | 0.91% | 0.95% | - |
| XYZ | 50.73 | 46.38 | 6.99 | - |
| YUV | 172.49 | 42.51 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 21 | 0 | 0.32 | 0.91 | 0.05 | 39.19 | 0.9 | 0.52 |
| Hex | F3 | A6 | 15 | 0 | 20 | 5B | 5 | 27 | 5A | 34 |
| Octal | 363 | 246 | 25 | 0 | 40 | 133 | 5 | 47 | 132 | 64 |
| Binary | 11110011 | 10100110 | 10101 | 0 | 100000 | 1011011 | 101 | 100111 | 1011010 | 110100 |
Color Harmonies of #F3A615
Complementary color
Monochromatic Colors of #F3A615
Black with #F3A615
Text Example
Text Example
White with #F3A615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A615; }
p { color: rgb(243,166,21); }
H1.HeaderClassName
{
color: #F3A615;
}
.AnyTagClassName
{
color: #F3A615;
}
</style>
background-color css
<style>
a { background-color: #F3A615; }
a { background-color: rgb(243,166,21); }
div.DivClassName
{
background-color: #F3A615;
}
.BgClassName
{
background-color: #F3A615;
}
</style>
border-color css
<style>
span { border-color: #F3A615; }
span { border-color: rgb(243,166,21); }
td.TdClassName
{
border-color: #F3A615;
}
.TagClassName
{
border-color: #F3A615;
}
</style>