Shades of Dark Tangerine #F3A312
Tints of Dark Tangerine #F3A312
RGB
CMYK
RGB Variations
Color information
#F3A312 (or 0xF3A312) is known color: Dark Tangerine. HEX triplet: F3, A3 and 12. RGB value is (243,163,18). Sum of RGB (Red+Green+Blue) = 243+163+18=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A312 is #0C5CED. Grayscale: #ABABAB. Windows color (decimal): -810222 or 1221619. OLE color: 1221619.
HSL color Cylindrical-coordinate representation of color #F3A312: hue angle of 38.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3A312 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 18 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.05 |
| HSL | 38.67º | 0.9% | 0.51% | - |
| HSV(B) | 38.67º | 0.93% | 0.95% | - |
| XYZ | 50.17 | 45.29 | 6.67 | - |
| YUV | 170.39 | 42 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 18 | 0 | 0.33 | 0.93 | 0.05 | 38.67 | 0.9 | 0.51 |
| Hex | F3 | A3 | 12 | 0 | 21 | 5D | 5 | 27 | 5A | 33 |
| Octal | 363 | 243 | 22 | 0 | 41 | 135 | 5 | 47 | 132 | 63 |
| Binary | 11110011 | 10100011 | 10010 | 0 | 100001 | 1011101 | 101 | 100111 | 1011010 | 110011 |
Color Harmonies of #F3A312
Complementary color
Monochromatic Colors of #F3A312
Black with #F3A312
Text Example
Text Example
White with #F3A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A312; }
p { color: rgb(243,163,18); }
H1.HeaderClassName
{
color: #F3A312;
}
.AnyTagClassName
{
color: #F3A312;
}
</style>
background-color css
<style>
a { background-color: #F3A312; }
a { background-color: rgb(243,163,18); }
div.DivClassName
{
background-color: #F3A312;
}
.BgClassName
{
background-color: #F3A312;
}
</style>
border-color css
<style>
span { border-color: #F3A312; }
span { border-color: rgb(243,163,18); }
td.TdClassName
{
border-color: #F3A312;
}
.TagClassName
{
border-color: #F3A312;
}
</style>