Shades of Dark Tangerine #F3A516
Tints of Dark Tangerine #F3A516
RGB
CMYK
RGB Variations
Color information
#F3A516 (or 0xF3A516) is known color: Dark Tangerine. HEX triplet: F3, A5 and 16. RGB value is (243,165,22). Sum of RGB (Red+Green+Blue) = 243+165+22=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A516 is #0C5AE9. Grayscale: #ACACAC. Windows color (decimal): -809706 or 1484275. OLE color: 1484275.
HSL color Cylindrical-coordinate representation of color #F3A516: hue angle of 38.82º 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 #F3A516 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 22 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.05 |
| HSL | 38.82º | 0.9% | 0.52% | - |
| HSV(B) | 38.82º | 0.91% | 0.95% | - |
| XYZ | 50.56 | 46.02 | 6.98 | - |
| YUV | 172.02 | 43.34 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 22 | 0 | 0.32 | 0.91 | 0.05 | 38.82 | 0.9 | 0.52 |
| Hex | F3 | A5 | 16 | 0 | 20 | 5B | 5 | 27 | 5A | 34 |
| Octal | 363 | 245 | 26 | 0 | 40 | 133 | 5 | 47 | 132 | 64 |
| Binary | 11110011 | 10100101 | 10110 | 0 | 100000 | 1011011 | 101 | 100111 | 1011010 | 110100 |
Color Harmonies of #F3A516
Complementary color
Monochromatic Colors of #F3A516
Black with #F3A516
Text Example
Text Example
White with #F3A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A516; }
p { color: rgb(243,165,22); }
H1.HeaderClassName
{
color: #F3A516;
}
.AnyTagClassName
{
color: #F3A516;
}
</style>
background-color css
<style>
a { background-color: #F3A516; }
a { background-color: rgb(243,165,22); }
div.DivClassName
{
background-color: #F3A516;
}
.BgClassName
{
background-color: #F3A516;
}
</style>
border-color css
<style>
span { border-color: #F3A516; }
span { border-color: rgb(243,165,22); }
td.TdClassName
{
border-color: #F3A516;
}
.TagClassName
{
border-color: #F3A516;
}
</style>