Shades of Dark Tangerine #F3A118
Tints of Dark Tangerine #F3A118
RGB
CMYK
RGB Variations
Color information
#F3A118 (or 0xF3A118) is known color: Dark Tangerine. HEX triplet: F3, A1 and 18. RGB value is (243,161,24). Sum of RGB (Red+Green+Blue) = 243+161+24=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A118 is #0C5EE7. Grayscale: #AAAAAA. Windows color (decimal): -810728 or 1614323. OLE color: 1614323.
HSL color Cylindrical-coordinate representation of color #F3A118: hue angle of 37.53º 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 #F3A118 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 24 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.05 |
| HSL | 37.53º | 0.9% | 0.52% | - |
| HSV(B) | 37.53º | 0.9% | 0.95% | - |
| XYZ | 49.87 | 44.61 | 6.85 | - |
| YUV | 169.9 | 45.67 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 24 | 0 | 0.34 | 0.90 | 0.05 | 37.53 | 0.9 | 0.52 |
| Hex | F3 | A1 | 18 | 0 | 22 | 5A | 5 | 26 | 5A | 34 |
| Octal | 363 | 241 | 30 | 0 | 42 | 132 | 5 | 46 | 132 | 64 |
| Binary | 11110011 | 10100001 | 11000 | 0 | 100010 | 1011010 | 101 | 100110 | 1011010 | 110100 |
Color Harmonies of #F3A118
Complementary color
Monochromatic Colors of #F3A118
Black with #F3A118
Text Example
Text Example
White with #F3A118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A118; }
p { color: rgb(243,161,24); }
H1.HeaderClassName
{
color: #F3A118;
}
.AnyTagClassName
{
color: #F3A118;
}
</style>
background-color css
<style>
a { background-color: #F3A118; }
a { background-color: rgb(243,161,24); }
div.DivClassName
{
background-color: #F3A118;
}
.BgClassName
{
background-color: #F3A118;
}
</style>
border-color css
<style>
span { border-color: #F3A118; }
span { border-color: rgb(243,161,24); }
td.TdClassName
{
border-color: #F3A118;
}
.TagClassName
{
border-color: #F3A118;
}
</style>