Shades of Dark Tangerine #F3AD16
Tints of Dark Tangerine #F3AD16
RGB
CMYK
RGB Variations
Color information
#F3AD16 (or 0xF3AD16) is known color: Dark Tangerine. HEX triplet: F3, AD and 16. RGB value is (243,173,22). Sum of RGB (Red+Green+Blue) = 243+173+22=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AD16 is #0C52E9. Grayscale: #B1B1B1. Windows color (decimal): -807658 or 1486323. OLE color: 1486323.
HSL color Cylindrical-coordinate representation of color #F3AD16: hue angle of 41º 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 #F3AD16 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.05 |
| HSL | 41º | 0.9% | 0.52% | - |
| HSV(B) | 41º | 0.91% | 0.95% | - |
| XYZ | 52.05 | 49 | 7.47 | - |
| YUV | 176.72 | 40.69 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 22 | 0 | 0.29 | 0.91 | 0.05 | 41 | 0.9 | 0.52 |
| Hex | F3 | AD | 16 | 0 | 1D | 5B | 5 | 29 | 5A | 34 |
| Octal | 363 | 255 | 26 | 0 | 35 | 133 | 5 | 51 | 132 | 64 |
| Binary | 11110011 | 10101101 | 10110 | 0 | 11101 | 1011011 | 101 | 101001 | 1011010 | 110100 |
Color Harmonies of #F3AD16
Complementary color
Monochromatic Colors of #F3AD16
Black with #F3AD16
Text Example
Text Example
White with #F3AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD16; }
p { color: rgb(243,173,22); }
H1.HeaderClassName
{
color: #F3AD16;
}
.AnyTagClassName
{
color: #F3AD16;
}
</style>
background-color css
<style>
a { background-color: #F3AD16; }
a { background-color: rgb(243,173,22); }
div.DivClassName
{
background-color: #F3AD16;
}
.BgClassName
{
background-color: #F3AD16;
}
</style>
border-color css
<style>
span { border-color: #F3AD16; }
span { border-color: rgb(243,173,22); }
td.TdClassName
{
border-color: #F3AD16;
}
.TagClassName
{
border-color: #F3AD16;
}
</style>