Shades of Dark Tangerine #F3AD1D
Tints of Dark Tangerine #F3AD1D
RGB
CMYK
RGB Variations
Color information
#F3AD1D (or 0xF3AD1D) is known color: Dark Tangerine. HEX triplet: F3, AD and 1D. RGB value is (243,173,29). Sum of RGB (Red+Green+Blue) = 243+173+29=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD1D is #0C52E2. Grayscale: #B2B2B2. Windows color (decimal): -807651 or 1945075. OLE color: 1945075.
HSL color Cylindrical-coordinate representation of color #F3AD1D: hue angle of 40.37º 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 #F3AD1D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.05 |
| HSL | 40.37º | 0.9% | 0.53% | - |
| HSV(B) | 40.37º | 0.88% | 0.95% | - |
| XYZ | 52.13 | 49.03 | 7.88 | - |
| YUV | 177.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 29 | 0 | 0.29 | 0.88 | 0.05 | 40.37 | 0.9 | 0.53 |
| Hex | F3 | AD | 1D | 0 | 1D | 58 | 5 | 28 | 5A | 35 |
| Octal | 363 | 255 | 35 | 0 | 35 | 130 | 5 | 50 | 132 | 65 |
| Binary | 11110011 | 10101101 | 11101 | 0 | 11101 | 1011000 | 101 | 101000 | 1011010 | 110101 |
Color Harmonies of #F3AD1D
Complementary color
Monochromatic Colors of #F3AD1D
Black with #F3AD1D
Text Example
Text Example
White with #F3AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD1D; }
p { color: rgb(243,173,29); }
H1.HeaderClassName
{
color: #F3AD1D;
}
.AnyTagClassName
{
color: #F3AD1D;
}
</style>
background-color css
<style>
a { background-color: #F3AD1D; }
a { background-color: rgb(243,173,29); }
div.DivClassName
{
background-color: #F3AD1D;
}
.BgClassName
{
background-color: #F3AD1D;
}
</style>
border-color css
<style>
span { border-color: #F3AD1D; }
span { border-color: rgb(243,173,29); }
td.TdClassName
{
border-color: #F3AD1D;
}
.TagClassName
{
border-color: #F3AD1D;
}
</style>