Shades of Dark Tangerine #F3A620
Tints of Dark Tangerine #F3A620
RGB
CMYK
RGB Variations
Color information
#F3A620 (or 0xF3A620) is known color: Dark Tangerine. HEX triplet: F3, A6 and 20. RGB value is (243,166,32). Sum of RGB (Red+Green+Blue) = 243+166+32=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A620 is #0C59DF. Grayscale: #AEAEAE. Windows color (decimal): -809440 or 2139891. OLE color: 2139891.
HSL color Cylindrical-coordinate representation of color #F3A620: hue angle of 38.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3A620 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 32 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.05 |
| HSL | 38.1º | 0.9% | 0.54% | - |
| HSV(B) | 38.1º | 0.87% | 0.95% | - |
| XYZ | 50.86 | 46.43 | 7.65 | - |
| YUV | 173.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 32 | 0 | 0.32 | 0.87 | 0.05 | 38.1 | 0.9 | 0.54 |
| Hex | F3 | A6 | 20 | 0 | 20 | 57 | 5 | 26 | 5A | 36 |
| Octal | 363 | 246 | 40 | 0 | 40 | 127 | 5 | 46 | 132 | 66 |
| Binary | 11110011 | 10100110 | 100000 | 0 | 100000 | 1010111 | 101 | 100110 | 1011010 | 110110 |
Color Harmonies of #F3A620
Complementary color
Monochromatic Colors of #F3A620
Black with #F3A620
Text Example
Text Example
White with #F3A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A620; }
p { color: rgb(243,166,32); }
H1.HeaderClassName
{
color: #F3A620;
}
.AnyTagClassName
{
color: #F3A620;
}
</style>
background-color css
<style>
a { background-color: #F3A620; }
a { background-color: rgb(243,166,32); }
div.DivClassName
{
background-color: #F3A620;
}
.BgClassName
{
background-color: #F3A620;
}
</style>
border-color css
<style>
span { border-color: #F3A620; }
span { border-color: rgb(243,166,32); }
td.TdClassName
{
border-color: #F3A620;
}
.TagClassName
{
border-color: #F3A620;
}
</style>