Shades of Dark Tangerine #F3A114
Tints of Dark Tangerine #F3A114
RGB
CMYK
RGB Variations
Color information
#F3A114 (or 0xF3A114) is known color: Dark Tangerine. HEX triplet: F3, A1 and 14. RGB value is (243,161,20). Sum of RGB (Red+Green+Blue) = 243+161+20=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A114 is #0C5EEB. Grayscale: #AAAAAA. Windows color (decimal): -810732 or 1352179. OLE color: 1352179.
HSL color Cylindrical-coordinate representation of color #F3A114: hue angle of 37.94º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3A114 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 20 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.05 |
| HSL | 37.94º | 0.9% | 0.52% | - |
| HSV(B) | 37.94º | 0.92% | 0.95% | - |
| XYZ | 49.83 | 44.59 | 6.64 | - |
| YUV | 169.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 20 | 0 | 0.34 | 0.92 | 0.05 | 37.94 | 0.9 | 0.52 |
| Hex | F3 | A1 | 14 | 0 | 22 | 5C | 5 | 26 | 5A | 34 |
| Octal | 363 | 241 | 24 | 0 | 42 | 134 | 5 | 46 | 132 | 64 |
| Binary | 11110011 | 10100001 | 10100 | 0 | 100010 | 1011100 | 101 | 100110 | 1011010 | 110100 |
Color Harmonies of #F3A114
Complementary color
Monochromatic Colors of #F3A114
Black with #F3A114
Text Example
Text Example
White with #F3A114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A114; }
p { color: rgb(243,161,20); }
H1.HeaderClassName
{
color: #F3A114;
}
.AnyTagClassName
{
color: #F3A114;
}
</style>
background-color css
<style>
a { background-color: #F3A114; }
a { background-color: rgb(243,161,20); }
div.DivClassName
{
background-color: #F3A114;
}
.BgClassName
{
background-color: #F3A114;
}
</style>
border-color css
<style>
span { border-color: #F3A114; }
span { border-color: rgb(243,161,20); }
td.TdClassName
{
border-color: #F3A114;
}
.TagClassName
{
border-color: #F3A114;
}
</style>