Shades of Dark Tangerine #F3A816
Tints of Dark Tangerine #F3A816
RGB
CMYK
RGB Variations
Color information
#F3A816 (or 0xF3A816) is known color: Dark Tangerine. HEX triplet: F3, A8 and 16. RGB value is (243,168,22). Sum of RGB (Red+Green+Blue) = 243+168+22=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A816 is #0C57E9. Grayscale: #AEAEAE. Windows color (decimal): -808938 or 1485043. OLE color: 1485043.
HSL color Cylindrical-coordinate representation of color #F3A816: hue angle of 39.64º 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 #F3A816 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.05 |
| HSL | 39.64º | 0.9% | 0.52% | - |
| HSV(B) | 39.64º | 0.91% | 0.95% | - |
| XYZ | 51.11 | 47.12 | 7.16 | - |
| YUV | 173.78 | 42.35 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 22 | 0 | 0.31 | 0.91 | 0.05 | 39.64 | 0.9 | 0.52 |
| Hex | F3 | A8 | 16 | 0 | 1F | 5B | 5 | 28 | 5A | 34 |
| Octal | 363 | 250 | 26 | 0 | 37 | 133 | 5 | 50 | 132 | 64 |
| Binary | 11110011 | 10101000 | 10110 | 0 | 11111 | 1011011 | 101 | 101000 | 1011010 | 110100 |
Color Harmonies of #F3A816
Complementary color
Monochromatic Colors of #F3A816
Black with #F3A816
Text Example
Text Example
White with #F3A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A816; }
p { color: rgb(243,168,22); }
H1.HeaderClassName
{
color: #F3A816;
}
.AnyTagClassName
{
color: #F3A816;
}
</style>
background-color css
<style>
a { background-color: #F3A816; }
a { background-color: rgb(243,168,22); }
div.DivClassName
{
background-color: #F3A816;
}
.BgClassName
{
background-color: #F3A816;
}
</style>
border-color css
<style>
span { border-color: #F3A816; }
span { border-color: rgb(243,168,22); }
td.TdClassName
{
border-color: #F3A816;
}
.TagClassName
{
border-color: #F3A816;
}
</style>