Shades of Dark Tangerine #F3A21B
Tints of Dark Tangerine #F3A21B
RGB
CMYK
RGB Variations
Color information
#F3A21B (or 0xF3A21B) is known color: Dark Tangerine. HEX triplet: F3, A2 and 1B. RGB value is (243,162,27). Sum of RGB (Red+Green+Blue) = 243+162+27=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A21B is #0C5DE4. Grayscale: #ABABAB. Windows color (decimal): -810469 or 1811187. OLE color: 1811187.
HSL color Cylindrical-coordinate representation of color #F3A21B: hue angle of 37.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3A21B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.05 |
| HSL | 37.5º | 0.9% | 0.53% | - |
| HSV(B) | 37.5º | 0.89% | 0.95% | - |
| XYZ | 50.08 | 44.97 | 7.08 | - |
| YUV | 170.83 | 46.84 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 27 | 0 | 0.33 | 0.89 | 0.05 | 37.5 | 0.9 | 0.53 |
| Hex | F3 | A2 | 1B | 0 | 21 | 59 | 5 | 26 | 5A | 35 |
| Octal | 363 | 242 | 33 | 0 | 41 | 131 | 5 | 46 | 132 | 65 |
| Binary | 11110011 | 10100010 | 11011 | 0 | 100001 | 1011001 | 101 | 100110 | 1011010 | 110101 |
Color Harmonies of #F3A21B
Complementary color
Monochromatic Colors of #F3A21B
Black with #F3A21B
Text Example
Text Example
White with #F3A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A21B; }
p { color: rgb(243,162,27); }
H1.HeaderClassName
{
color: #F3A21B;
}
.AnyTagClassName
{
color: #F3A21B;
}
</style>
background-color css
<style>
a { background-color: #F3A21B; }
a { background-color: rgb(243,162,27); }
div.DivClassName
{
background-color: #F3A21B;
}
.BgClassName
{
background-color: #F3A21B;
}
</style>
border-color css
<style>
span { border-color: #F3A21B; }
span { border-color: rgb(243,162,27); }
td.TdClassName
{
border-color: #F3A21B;
}
.TagClassName
{
border-color: #F3A21B;
}
</style>