Shades of Dark Tangerine #F1A518
Tints of Dark Tangerine #F1A518
RGB
CMYK
RGB Variations
Color information
#F1A518 (or 0xF1A518) is known color: Dark Tangerine. HEX triplet: F1, A5 and 18. RGB value is (241,165,24). Sum of RGB (Red+Green+Blue) = 241+165+24=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A518 is #0E5AE7. Grayscale: #ACACAC. Windows color (decimal): -940776 or 1615345. OLE color: 1615345.
HSL color Cylindrical-coordinate representation of color #F1A518: hue angle of 38.99º degrees, saturation: 0.89, 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 #F1A518 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.05 |
| HSL | 38.99º | 0.89% | 0.52% | - |
| HSV(B) | 38.99º | 0.9% | 0.95% | - |
| XYZ | 49.9 | 45.68 | 7.05 | - |
| YUV | 171.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 24 | 0 | 0.32 | 0.90 | 0.05 | 38.99 | 0.89 | 0.52 |
| Hex | F1 | A5 | 18 | 0 | 20 | 5A | 5 | 27 | 59 | 34 |
| Octal | 361 | 245 | 30 | 0 | 40 | 132 | 5 | 47 | 131 | 64 |
| Binary | 11110001 | 10100101 | 11000 | 0 | 100000 | 1011010 | 101 | 100111 | 1011001 | 110100 |
Color Harmonies of #F1A518
Complementary color
Monochromatic Colors of #F1A518
Black with #F1A518
Text Example
Text Example
White with #F1A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A518; }
p { color: rgb(241,165,24); }
H1.HeaderClassName
{
color: #F1A518;
}
.AnyTagClassName
{
color: #F1A518;
}
</style>
background-color css
<style>
a { background-color: #F1A518; }
a { background-color: rgb(241,165,24); }
div.DivClassName
{
background-color: #F1A518;
}
.BgClassName
{
background-color: #F1A518;
}
</style>
border-color css
<style>
span { border-color: #F1A518; }
span { border-color: rgb(241,165,24); }
td.TdClassName
{
border-color: #F1A518;
}
.TagClassName
{
border-color: #F1A518;
}
</style>