Shades of Dark Tangerine #F3A314
Tints of Dark Tangerine #F3A314
RGB
CMYK
RGB Variations
Color information
#F3A314 (or 0xF3A314) is known color: Dark Tangerine. HEX triplet: F3, A3 and 14. RGB value is (243,163,20). Sum of RGB (Red+Green+Blue) = 243+163+20=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A314 is #0C5CEB. Grayscale: #ABABAB. Windows color (decimal): -810220 or 1352691. OLE color: 1352691.
HSL color Cylindrical-coordinate representation of color #F3A314: hue angle of 38.48º 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 #F3A314 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.05 |
| HSL | 38.48º | 0.9% | 0.52% | - |
| HSV(B) | 38.48º | 0.92% | 0.95% | - |
| XYZ | 50.19 | 45.3 | 6.76 | - |
| YUV | 170.62 | 43 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 20 | 0 | 0.33 | 0.92 | 0.05 | 38.48 | 0.9 | 0.52 |
| Hex | F3 | A3 | 14 | 0 | 21 | 5C | 5 | 26 | 5A | 34 |
| Octal | 363 | 243 | 24 | 0 | 41 | 134 | 5 | 46 | 132 | 64 |
| Binary | 11110011 | 10100011 | 10100 | 0 | 100001 | 1011100 | 101 | 100110 | 1011010 | 110100 |
Color Harmonies of #F3A314
Complementary color
Monochromatic Colors of #F3A314
Black with #F3A314
Text Example
Text Example
White with #F3A314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A314; }
p { color: rgb(243,163,20); }
H1.HeaderClassName
{
color: #F3A314;
}
.AnyTagClassName
{
color: #F3A314;
}
</style>
background-color css
<style>
a { background-color: #F3A314; }
a { background-color: rgb(243,163,20); }
div.DivClassName
{
background-color: #F3A314;
}
.BgClassName
{
background-color: #F3A314;
}
</style>
border-color css
<style>
span { border-color: #F3A314; }
span { border-color: rgb(243,163,20); }
td.TdClassName
{
border-color: #F3A314;
}
.TagClassName
{
border-color: #F3A314;
}
</style>