Shades of Dark Tangerine #F3A11D
Tints of Dark Tangerine #F3A11D
RGB
CMYK
RGB Variations
Color information
#F3A11D (or 0xF3A11D) is known color: Dark Tangerine. HEX triplet: F3, A1 and 1D. RGB value is (243,161,29). Sum of RGB (Red+Green+Blue) = 243+161+29=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A11D is #0C5EE2. Grayscale: #ABABAB. Windows color (decimal): -810723 or 1942003. OLE color: 1942003.
HSL color Cylindrical-coordinate representation of color #F3A11D: hue angle of 37.01º 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 #F3A11D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.05 |
| HSL | 37.01º | 0.9% | 0.53% | - |
| HSV(B) | 37.01º | 0.88% | 0.95% | - |
| XYZ | 49.93 | 44.63 | 7.15 | - |
| YUV | 170.47 | 48.17 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 29 | 0 | 0.34 | 0.88 | 0.05 | 37.01 | 0.9 | 0.53 |
| Hex | F3 | A1 | 1D | 0 | 22 | 58 | 5 | 25 | 5A | 35 |
| Octal | 363 | 241 | 35 | 0 | 42 | 130 | 5 | 45 | 132 | 65 |
| Binary | 11110011 | 10100001 | 11101 | 0 | 100010 | 1011000 | 101 | 100101 | 1011010 | 110101 |
Color Harmonies of #F3A11D
Complementary color
Monochromatic Colors of #F3A11D
Black with #F3A11D
Text Example
Text Example
White with #F3A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A11D; }
p { color: rgb(243,161,29); }
H1.HeaderClassName
{
color: #F3A11D;
}
.AnyTagClassName
{
color: #F3A11D;
}
</style>
background-color css
<style>
a { background-color: #F3A11D; }
a { background-color: rgb(243,161,29); }
div.DivClassName
{
background-color: #F3A11D;
}
.BgClassName
{
background-color: #F3A11D;
}
</style>
border-color css
<style>
span { border-color: #F3A11D; }
span { border-color: rgb(243,161,29); }
td.TdClassName
{
border-color: #F3A11D;
}
.TagClassName
{
border-color: #F3A11D;
}
</style>