Shades of Dark Tangerine #F3A21C
Tints of Dark Tangerine #F3A21C
RGB
CMYK
RGB Variations
Color information
#F3A21C (or 0xF3A21C) is known color: Dark Tangerine. HEX triplet: F3, A2 and 1C. RGB value is (243,162,28). Sum of RGB (Red+Green+Blue) = 243+162+28=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A21C is #0C5DE3. Grayscale: #ABABAB. Windows color (decimal): -810468 or 1876723. OLE color: 1876723.
HSL color Cylindrical-coordinate representation of color #F3A21C: hue angle of 37.4º 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 #F3A21C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 28 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.05 |
| HSL | 37.4º | 0.9% | 0.53% | - |
| HSV(B) | 37.4º | 0.88% | 0.95% | - |
| XYZ | 50.09 | 44.98 | 7.14 | - |
| YUV | 170.94 | 47.34 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 28 | 0 | 0.33 | 0.88 | 0.05 | 37.4 | 0.9 | 0.53 |
| Hex | F3 | A2 | 1C | 0 | 21 | 58 | 5 | 25 | 5A | 35 |
| Octal | 363 | 242 | 34 | 0 | 41 | 130 | 5 | 45 | 132 | 65 |
| Binary | 11110011 | 10100010 | 11100 | 0 | 100001 | 1011000 | 101 | 100101 | 1011010 | 110101 |
Color Harmonies of #F3A21C
Complementary color
Monochromatic Colors of #F3A21C
Black with #F3A21C
Text Example
Text Example
White with #F3A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A21C; }
p { color: rgb(243,162,28); }
H1.HeaderClassName
{
color: #F3A21C;
}
.AnyTagClassName
{
color: #F3A21C;
}
</style>
background-color css
<style>
a { background-color: #F3A21C; }
a { background-color: rgb(243,162,28); }
div.DivClassName
{
background-color: #F3A21C;
}
.BgClassName
{
background-color: #F3A21C;
}
</style>
border-color css
<style>
span { border-color: #F3A21C; }
span { border-color: rgb(243,162,28); }
td.TdClassName
{
border-color: #F3A21C;
}
.TagClassName
{
border-color: #F3A21C;
}
</style>