Shades of Dark Tangerine #F3A60F
Tints of Dark Tangerine #F3A60F
RGB
CMYK
RGB Variations
Color information
#F3A60F (or 0xF3A60F) is known color: Dark Tangerine. HEX triplet: F3, A6 and 0F. RGB value is (243,166,15). Sum of RGB (Red+Green+Blue) = 243+166+15=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A60F is #0C59F0. Grayscale: #ACACAC. Windows color (decimal): -809457 or 1025779. OLE color: 1025779.
HSL color Cylindrical-coordinate representation of color #F3A60F: hue angle of 39.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3A60F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 15 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.05 |
| HSL | 39.74º | 0.9% | 0.51% | - |
| HSV(B) | 39.74º | 0.94% | 0.95% | - |
| XYZ | 50.68 | 46.36 | 6.73 | - |
| YUV | 171.81 | 39.51 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 15 | 0 | 0.32 | 0.94 | 0.05 | 39.74 | 0.9 | 0.51 |
| Hex | F3 | A6 | F | 0 | 20 | 5E | 5 | 28 | 5A | 33 |
| Octal | 363 | 246 | 17 | 0 | 40 | 136 | 5 | 50 | 132 | 63 |
| Binary | 11110011 | 10100110 | 1111 | 0 | 100000 | 1011110 | 101 | 101000 | 1011010 | 110011 |
Color Harmonies of #F3A60F
Complementary color
Monochromatic Colors of #F3A60F
Black with #F3A60F
Text Example
Text Example
White with #F3A60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A60F; }
p { color: rgb(243,166,15); }
H1.HeaderClassName
{
color: #F3A60F;
}
.AnyTagClassName
{
color: #F3A60F;
}
</style>
background-color css
<style>
a { background-color: #F3A60F; }
a { background-color: rgb(243,166,15); }
div.DivClassName
{
background-color: #F3A60F;
}
.BgClassName
{
background-color: #F3A60F;
}
</style>
border-color css
<style>
span { border-color: #F3A60F; }
span { border-color: rgb(243,166,15); }
td.TdClassName
{
border-color: #F3A60F;
}
.TagClassName
{
border-color: #F3A60F;
}
</style>