Shades of Dark Tangerine #F3AD0D
Tints of Dark Tangerine #F3AD0D
RGB
CMYK
RGB Variations
Color information
#F3AD0D (or 0xF3AD0D) is known color: Dark Tangerine. HEX triplet: F3, AD and 0D. RGB value is (243,173,13). Sum of RGB (Red+Green+Blue) = 243+173+13=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AD0D is #0C52F2. Grayscale: #B0B0B0. Windows color (decimal): -807667 or 896499. OLE color: 896499.
HSL color Cylindrical-coordinate representation of color #F3AD0D: hue angle of 41.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3AD0D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.05 |
| HSL | 41.74º | 0.91% | 0.5% | - |
| HSV(B) | 41.74º | 0.95% | 0.95% | - |
| XYZ | 51.98 | 48.97 | 7.09 | - |
| YUV | 175.69 | 36.19 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 13 | 0 | 0.29 | 0.95 | 0.05 | 41.74 | 0.91 | 0.5 |
| Hex | F3 | AD | D | 0 | 1D | 5F | 5 | 2A | 5B | 32 |
| Octal | 363 | 255 | 15 | 0 | 35 | 137 | 5 | 52 | 133 | 62 |
| Binary | 11110011 | 10101101 | 1101 | 0 | 11101 | 1011111 | 101 | 101010 | 1011011 | 110010 |
Color Harmonies of #F3AD0D
Complementary color
Monochromatic Colors of #F3AD0D
Black with #F3AD0D
Text Example
Text Example
White with #F3AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD0D; }
p { color: rgb(243,173,13); }
H1.HeaderClassName
{
color: #F3AD0D;
}
.AnyTagClassName
{
color: #F3AD0D;
}
</style>
background-color css
<style>
a { background-color: #F3AD0D; }
a { background-color: rgb(243,173,13); }
div.DivClassName
{
background-color: #F3AD0D;
}
.BgClassName
{
background-color: #F3AD0D;
}
</style>
border-color css
<style>
span { border-color: #F3AD0D; }
span { border-color: rgb(243,173,13); }
td.TdClassName
{
border-color: #F3AD0D;
}
.TagClassName
{
border-color: #F3AD0D;
}
</style>