Shades of Dark Tangerine #F1A511
Tints of Dark Tangerine #F1A511
RGB
CMYK
RGB Variations
Color information
#F1A511 (or 0xF1A511) is known color: Dark Tangerine. HEX triplet: F1, A5 and 11. RGB value is (241,165,17). Sum of RGB (Red+Green+Blue) = 241+165+17=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A511 is #0E5AEE. Grayscale: #ABABAB. Windows color (decimal): -940783 or 1156593. OLE color: 1156593.
HSL color Cylindrical-coordinate representation of color #F1A511: hue angle of 39.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1A511 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.05 |
| HSL | 39.64º | 0.89% | 0.51% | - |
| HSV(B) | 39.64º | 0.93% | 0.95% | - |
| XYZ | 49.83 | 45.65 | 6.72 | - |
| YUV | 170.85 | 41.18 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 17 | 0 | 0.32 | 0.93 | 0.05 | 39.64 | 0.89 | 0.51 |
| Hex | F1 | A5 | 11 | 0 | 20 | 5D | 5 | 28 | 59 | 33 |
| Octal | 361 | 245 | 21 | 0 | 40 | 135 | 5 | 50 | 131 | 63 |
| Binary | 11110001 | 10100101 | 10001 | 0 | 100000 | 1011101 | 101 | 101000 | 1011001 | 110011 |
Color Harmonies of #F1A511
Complementary color
Monochromatic Colors of #F1A511
Black with #F1A511
Text Example
Text Example
White with #F1A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A511; }
p { color: rgb(241,165,17); }
H1.HeaderClassName
{
color: #F1A511;
}
.AnyTagClassName
{
color: #F1A511;
}
</style>
background-color css
<style>
a { background-color: #F1A511; }
a { background-color: rgb(241,165,17); }
div.DivClassName
{
background-color: #F1A511;
}
.BgClassName
{
background-color: #F1A511;
}
</style>
border-color css
<style>
span { border-color: #F1A511; }
span { border-color: rgb(241,165,17); }
td.TdClassName
{
border-color: #F1A511;
}
.TagClassName
{
border-color: #F1A511;
}
</style>