Shades of Dark Tangerine #F3A017
Tints of Dark Tangerine #F3A017
RGB
CMYK
RGB Variations
Color information
#F3A017 (or 0xF3A017) is known color: Dark Tangerine. HEX triplet: F3, A0 and 17. RGB value is (243,160,23). Sum of RGB (Red+Green+Blue) = 243+160+23=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A017 is #0C5FE8. Grayscale: #A9A9A9. Windows color (decimal): -810985 or 1548531. OLE color: 1548531.
HSL color Cylindrical-coordinate representation of color #F3A017: hue angle of 37.36º 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 #F3A017 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 23 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.05 |
| HSL | 37.36º | 0.9% | 0.52% | - |
| HSV(B) | 37.36º | 0.91% | 0.95% | - |
| XYZ | 49.69 | 44.26 | 6.73 | - |
| YUV | 169.2 | 45.5 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 23 | 0 | 0.34 | 0.91 | 0.05 | 37.36 | 0.9 | 0.52 |
| Hex | F3 | A0 | 17 | 0 | 22 | 5B | 5 | 25 | 5A | 34 |
| Octal | 363 | 240 | 27 | 0 | 42 | 133 | 5 | 45 | 132 | 64 |
| Binary | 11110011 | 10100000 | 10111 | 0 | 100010 | 1011011 | 101 | 100101 | 1011010 | 110100 |
Color Harmonies of #F3A017
Complementary color
Monochromatic Colors of #F3A017
Black with #F3A017
Text Example
Text Example
White with #F3A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A017; }
p { color: rgb(243,160,23); }
H1.HeaderClassName
{
color: #F3A017;
}
.AnyTagClassName
{
color: #F3A017;
}
</style>
background-color css
<style>
a { background-color: #F3A017; }
a { background-color: rgb(243,160,23); }
div.DivClassName
{
background-color: #F3A017;
}
.BgClassName
{
background-color: #F3A017;
}
</style>
border-color css
<style>
span { border-color: #F3A017; }
span { border-color: rgb(243,160,23); }
td.TdClassName
{
border-color: #F3A017;
}
.TagClassName
{
border-color: #F3A017;
}
</style>