Shades of Dark Tangerine #F3A31D
Tints of Dark Tangerine #F3A31D
RGB
CMYK
RGB Variations
Color information
#F3A31D (or 0xF3A31D) is known color: Dark Tangerine. HEX triplet: F3, A3 and 1D. RGB value is (243,163,29). Sum of RGB (Red+Green+Blue) = 243+163+29=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A31D is #0C5CE2. Grayscale: #ACACAC. Windows color (decimal): -810211 or 1942515. OLE color: 1942515.
HSL color Cylindrical-coordinate representation of color #F3A31D: hue angle of 37.57º 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 #F3A31D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 29 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.05 |
| HSL | 37.57º | 0.9% | 0.53% | - |
| HSV(B) | 37.57º | 0.88% | 0.95% | - |
| XYZ | 50.28 | 45.34 | 7.26 | - |
| YUV | 171.64 | 47.5 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 29 | 0 | 0.33 | 0.88 | 0.05 | 37.57 | 0.9 | 0.53 |
| Hex | F3 | A3 | 1D | 0 | 21 | 58 | 5 | 26 | 5A | 35 |
| Octal | 363 | 243 | 35 | 0 | 41 | 130 | 5 | 46 | 132 | 65 |
| Binary | 11110011 | 10100011 | 11101 | 0 | 100001 | 1011000 | 101 | 100110 | 1011010 | 110101 |
Color Harmonies of #F3A31D
Complementary color
Monochromatic Colors of #F3A31D
Black with #F3A31D
Text Example
Text Example
White with #F3A31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A31D; }
p { color: rgb(243,163,29); }
H1.HeaderClassName
{
color: #F3A31D;
}
.AnyTagClassName
{
color: #F3A31D;
}
</style>
background-color css
<style>
a { background-color: #F3A31D; }
a { background-color: rgb(243,163,29); }
div.DivClassName
{
background-color: #F3A31D;
}
.BgClassName
{
background-color: #F3A31D;
}
</style>
border-color css
<style>
span { border-color: #F3A31D; }
span { border-color: rgb(243,163,29); }
td.TdClassName
{
border-color: #F3A31D;
}
.TagClassName
{
border-color: #F3A31D;
}
</style>