Shades of Dark Tangerine #F3A618
Tints of Dark Tangerine #F3A618
RGB
CMYK
RGB Variations
Color information
#F3A618 (or 0xF3A618) is known color: Dark Tangerine. HEX triplet: F3, A6 and 18. RGB value is (243,166,24). Sum of RGB (Red+Green+Blue) = 243+166+24=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A618 is #0C59E7. Grayscale: #ADADAD. Windows color (decimal): -809448 or 1615603. OLE color: 1615603.
HSL color Cylindrical-coordinate representation of color #F3A618: hue angle of 38.9º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3A618 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.05 |
| HSL | 38.9º | 0.9% | 0.52% | - |
| HSV(B) | 38.9º | 0.9% | 0.95% | - |
| XYZ | 50.76 | 46.39 | 7.14 | - |
| YUV | 172.84 | 44.01 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 24 | 0 | 0.32 | 0.90 | 0.05 | 38.9 | 0.9 | 0.52 |
| Hex | F3 | A6 | 18 | 0 | 20 | 5A | 5 | 27 | 5A | 34 |
| Octal | 363 | 246 | 30 | 0 | 40 | 132 | 5 | 47 | 132 | 64 |
| Binary | 11110011 | 10100110 | 11000 | 0 | 100000 | 1011010 | 101 | 100111 | 1011010 | 110100 |
Color Harmonies of #F3A618
Complementary color
Monochromatic Colors of #F3A618
Black with #F3A618
Text Example
Text Example
White with #F3A618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A618; }
p { color: rgb(243,166,24); }
H1.HeaderClassName
{
color: #F3A618;
}
.AnyTagClassName
{
color: #F3A618;
}
</style>
background-color css
<style>
a { background-color: #F3A618; }
a { background-color: rgb(243,166,24); }
div.DivClassName
{
background-color: #F3A618;
}
.BgClassName
{
background-color: #F3A618;
}
</style>
border-color css
<style>
span { border-color: #F3A618; }
span { border-color: rgb(243,166,24); }
td.TdClassName
{
border-color: #F3A618;
}
.TagClassName
{
border-color: #F3A618;
}
</style>