Shades of Dark Tangerine #F3A21D
Tints of Dark Tangerine #F3A21D
RGB
CMYK
RGB Variations
Color information
#F3A21D (or 0xF3A21D) is known color: Dark Tangerine. HEX triplet: F3, A2 and 1D. RGB value is (243,162,29). Sum of RGB (Red+Green+Blue) = 243+162+29=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A21D is #0C5DE2. Grayscale: #ABABAB. Windows color (decimal): -810467 or 1942259. OLE color: 1942259.
HSL color Cylindrical-coordinate representation of color #F3A21D: hue angle of 37.29º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3A21D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 29 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.05 |
| HSL | 37.29º | 0.9% | 0.53% | - |
| HSV(B) | 37.29º | 0.88% | 0.95% | - |
| XYZ | 50.1 | 44.98 | 7.2 | - |
| YUV | 171.06 | 47.84 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 29 | 0 | 0.33 | 0.88 | 0.05 | 37.29 | 0.9 | 0.53 |
| Hex | F3 | A2 | 1D | 0 | 21 | 58 | 5 | 25 | 5A | 35 |
| Octal | 363 | 242 | 35 | 0 | 41 | 130 | 5 | 45 | 132 | 65 |
| Binary | 11110011 | 10100010 | 11101 | 0 | 100001 | 1011000 | 101 | 100101 | 1011010 | 110101 |
Color Harmonies of #F3A21D
Complementary color
Monochromatic Colors of #F3A21D
Black with #F3A21D
Text Example
Text Example
White with #F3A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A21D; }
p { color: rgb(243,162,29); }
H1.HeaderClassName
{
color: #F3A21D;
}
.AnyTagClassName
{
color: #F3A21D;
}
</style>
background-color css
<style>
a { background-color: #F3A21D; }
a { background-color: rgb(243,162,29); }
div.DivClassName
{
background-color: #F3A21D;
}
.BgClassName
{
background-color: #F3A21D;
}
</style>
border-color css
<style>
span { border-color: #F3A21D; }
span { border-color: rgb(243,162,29); }
td.TdClassName
{
border-color: #F3A21D;
}
.TagClassName
{
border-color: #F3A21D;
}
</style>