Shades of Dark Tangerine #F3AD1E
Tints of Dark Tangerine #F3AD1E
RGB
CMYK
RGB Variations
Color information
#F3AD1E (or 0xF3AD1E) is known color: Dark Tangerine. HEX triplet: F3, AD and 1E. RGB value is (243,173,30). Sum of RGB (Red+Green+Blue) = 243+173+30=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD1E is #0C52E1. Grayscale: #B2B2B2. Windows color (decimal): -807650 or 2010611. OLE color: 2010611.
HSL color Cylindrical-coordinate representation of color #F3AD1E: hue angle of 40.28º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3AD1E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 30 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.05 |
| HSL | 40.28º | 0.9% | 0.54% | - |
| HSV(B) | 40.28º | 0.88% | 0.95% | - |
| XYZ | 52.14 | 49.04 | 7.95 | - |
| YUV | 177.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 30 | 0 | 0.29 | 0.88 | 0.05 | 40.28 | 0.9 | 0.54 |
| Hex | F3 | AD | 1E | 0 | 1D | 58 | 5 | 28 | 5A | 36 |
| Octal | 363 | 255 | 36 | 0 | 35 | 130 | 5 | 50 | 132 | 66 |
| Binary | 11110011 | 10101101 | 11110 | 0 | 11101 | 1011000 | 101 | 101000 | 1011010 | 110110 |
Color Harmonies of #F3AD1E
Complementary color
Monochromatic Colors of #F3AD1E
Black with #F3AD1E
Text Example
Text Example
White with #F3AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD1E; }
p { color: rgb(243,173,30); }
H1.HeaderClassName
{
color: #F3AD1E;
}
.AnyTagClassName
{
color: #F3AD1E;
}
</style>
background-color css
<style>
a { background-color: #F3AD1E; }
a { background-color: rgb(243,173,30); }
div.DivClassName
{
background-color: #F3AD1E;
}
.BgClassName
{
background-color: #F3AD1E;
}
</style>
border-color css
<style>
span { border-color: #F3AD1E; }
span { border-color: rgb(243,173,30); }
td.TdClassName
{
border-color: #F3AD1E;
}
.TagClassName
{
border-color: #F3AD1E;
}
</style>