Shades of Dark Tangerine #F1A510
Tints of Dark Tangerine #F1A510
RGB
CMYK
RGB Variations
Color information
#F1A510 (or 0xF1A510) is known color: Dark Tangerine. HEX triplet: F1, A5 and 10. RGB value is (241,165,16). Sum of RGB (Red+Green+Blue) = 241+165+16=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A510 is #0E5AEF. Grayscale: #ABABAB. Windows color (decimal): -940784 or 1091057. OLE color: 1091057.
HSL color Cylindrical-coordinate representation of color #F1A510: hue angle of 39.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1A510 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.05 |
| HSL | 39.73º | 0.89% | 0.5% | - |
| HSV(B) | 39.73º | 0.93% | 0.95% | - |
| XYZ | 49.82 | 45.65 | 6.68 | - |
| YUV | 170.74 | 40.68 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 16 | 0 | 0.32 | 0.93 | 0.05 | 39.73 | 0.89 | 0.5 |
| Hex | F1 | A5 | 10 | 0 | 20 | 5D | 5 | 28 | 59 | 32 |
| Octal | 361 | 245 | 20 | 0 | 40 | 135 | 5 | 50 | 131 | 62 |
| Binary | 11110001 | 10100101 | 10000 | 0 | 100000 | 1011101 | 101 | 101000 | 1011001 | 110010 |
Color Harmonies of #F1A510
Complementary color
Monochromatic Colors of #F1A510
Black with #F1A510
Text Example
Text Example
White with #F1A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A510; }
p { color: rgb(241,165,16); }
H1.HeaderClassName
{
color: #F1A510;
}
.AnyTagClassName
{
color: #F1A510;
}
</style>
background-color css
<style>
a { background-color: #F1A510; }
a { background-color: rgb(241,165,16); }
div.DivClassName
{
background-color: #F1A510;
}
.BgClassName
{
background-color: #F1A510;
}
</style>
border-color css
<style>
span { border-color: #F1A510; }
span { border-color: rgb(241,165,16); }
td.TdClassName
{
border-color: #F1A510;
}
.TagClassName
{
border-color: #F1A510;
}
</style>