Shades of Dark Tangerine #F3AD14
Tints of Dark Tangerine #F3AD14
RGB
CMYK
RGB Variations
Color information
#F3AD14 (or 0xF3AD14) is known color: Dark Tangerine. HEX triplet: F3, AD and 14. RGB value is (243,173,20). Sum of RGB (Red+Green+Blue) = 243+173+20=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AD14 is #0C52EB. Grayscale: #B1B1B1. Windows color (decimal): -807660 or 1355251. OLE color: 1355251.
HSL color Cylindrical-coordinate representation of color #F3AD14: hue angle of 41.17º 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 #F3AD14 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 20 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.05 |
| HSL | 41.17º | 0.9% | 0.52% | - |
| HSV(B) | 41.17º | 0.92% | 0.95% | - |
| XYZ | 52.03 | 48.99 | 7.38 | - |
| YUV | 176.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 20 | 0 | 0.29 | 0.92 | 0.05 | 41.17 | 0.9 | 0.52 |
| Hex | F3 | AD | 14 | 0 | 1D | 5C | 5 | 29 | 5A | 34 |
| Octal | 363 | 255 | 24 | 0 | 35 | 134 | 5 | 51 | 132 | 64 |
| Binary | 11110011 | 10101101 | 10100 | 0 | 11101 | 1011100 | 101 | 101001 | 1011010 | 110100 |
Color Harmonies of #F3AD14
Complementary color
Monochromatic Colors of #F3AD14
Black with #F3AD14
Text Example
Text Example
White with #F3AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD14; }
p { color: rgb(243,173,20); }
H1.HeaderClassName
{
color: #F3AD14;
}
.AnyTagClassName
{
color: #F3AD14;
}
</style>
background-color css
<style>
a { background-color: #F3AD14; }
a { background-color: rgb(243,173,20); }
div.DivClassName
{
background-color: #F3AD14;
}
.BgClassName
{
background-color: #F3AD14;
}
</style>
border-color css
<style>
span { border-color: #F3AD14; }
span { border-color: rgb(243,173,20); }
td.TdClassName
{
border-color: #F3AD14;
}
.TagClassName
{
border-color: #F3AD14;
}
</style>