Shades of Dark Tangerine #F3A110
Tints of Dark Tangerine #F3A110
RGB
CMYK
RGB Variations
Color information
#F3A110 (or 0xF3A110) is known color: Dark Tangerine. HEX triplet: F3, A1 and 10. RGB value is (243,161,16). Sum of RGB (Red+Green+Blue) = 243+161+16=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A110 is #0C5EEF. Grayscale: #A9A9A9. Windows color (decimal): -810736 or 1090035. OLE color: 1090035.
HSL color Cylindrical-coordinate representation of color #F3A110: hue angle of 38.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3A110 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.05 |
| HSL | 38.33º | 0.9% | 0.51% | - |
| HSV(B) | 38.33º | 0.93% | 0.95% | - |
| XYZ | 49.8 | 44.58 | 6.47 | - |
| YUV | 168.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 16 | 0 | 0.34 | 0.93 | 0.05 | 38.33 | 0.9 | 0.51 |
| Hex | F3 | A1 | 10 | 0 | 22 | 5D | 5 | 26 | 5A | 33 |
| Octal | 363 | 241 | 20 | 0 | 42 | 135 | 5 | 46 | 132 | 63 |
| Binary | 11110011 | 10100001 | 10000 | 0 | 100010 | 1011101 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F3A110
Complementary color
Monochromatic Colors of #F3A110
Black with #F3A110
Text Example
Text Example
White with #F3A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A110; }
p { color: rgb(243,161,16); }
H1.HeaderClassName
{
color: #F3A110;
}
.AnyTagClassName
{
color: #F3A110;
}
</style>
background-color css
<style>
a { background-color: #F3A110; }
a { background-color: rgb(243,161,16); }
div.DivClassName
{
background-color: #F3A110;
}
.BgClassName
{
background-color: #F3A110;
}
</style>
border-color css
<style>
span { border-color: #F3A110; }
span { border-color: rgb(243,161,16); }
td.TdClassName
{
border-color: #F3A110;
}
.TagClassName
{
border-color: #F3A110;
}
</style>