Shades of Dark Tangerine #F1A419
Tints of Dark Tangerine #F1A419
RGB
CMYK
RGB Variations
Color information
#F1A419 (or 0xF1A419) is known color: Dark Tangerine. HEX triplet: F1, A4 and 19. RGB value is (241,164,25). Sum of RGB (Red+Green+Blue) = 241+164+25=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A419 is #0E5BE6. Grayscale: #ABABAB. Windows color (decimal): -941031 or 1680625. OLE color: 1680625.
HSL color Cylindrical-coordinate representation of color #F1A419: hue angle of 38.61º 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 #F1A419 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.05 |
| HSL | 38.61º | 0.89% | 0.52% | - |
| HSV(B) | 38.61º | 0.9% | 0.95% | - |
| XYZ | 49.73 | 45.32 | 7.05 | - |
| YUV | 171.18 | 45.51 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 25 | 0 | 0.32 | 0.90 | 0.05 | 38.61 | 0.89 | 0.52 |
| Hex | F1 | A4 | 19 | 0 | 20 | 5A | 5 | 27 | 59 | 34 |
| Octal | 361 | 244 | 31 | 0 | 40 | 132 | 5 | 47 | 131 | 64 |
| Binary | 11110001 | 10100100 | 11001 | 0 | 100000 | 1011010 | 101 | 100111 | 1011001 | 110100 |
Color Harmonies of #F1A419
Complementary color
Monochromatic Colors of #F1A419
Black with #F1A419
Text Example
Text Example
White with #F1A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A419; }
p { color: rgb(241,164,25); }
H1.HeaderClassName
{
color: #F1A419;
}
.AnyTagClassName
{
color: #F1A419;
}
</style>
background-color css
<style>
a { background-color: #F1A419; }
a { background-color: rgb(241,164,25); }
div.DivClassName
{
background-color: #F1A419;
}
.BgClassName
{
background-color: #F1A419;
}
</style>
border-color css
<style>
span { border-color: #F1A419; }
span { border-color: rgb(241,164,25); }
td.TdClassName
{
border-color: #F1A419;
}
.TagClassName
{
border-color: #F1A419;
}
</style>