Shades of Tangerine #F1900A
Tints of Tangerine #F1900A
RGB
CMYK
RGB Variations
Color information
#F1900A (or 0xF1900A) is known color: Tangerine. HEX triplet: F1, 90 and 0A. RGB value is (241,144,10). Sum of RGB (Red+Green+Blue) = 241+144+10=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F1900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1900A is #0E6FF5. Grayscale: #9E9E9E. Windows color (decimal): -946166 or 692465. OLE color: 692465.
HSL color Cylindrical-coordinate representation of color #F1900A: hue angle of 34.81º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1900A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.05 |
| HSL | 34.81º | 0.92% | 0.49% | - |
| HSV(B) | 34.81º | 0.96% | 0.95% | - |
| XYZ | 46.3 | 38.67 | 5.31 | - |
| YUV | 157.73 | 44.64 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 10 | 0 | 0.40 | 0.96 | 0.05 | 34.81 | 0.92 | 0.49 |
| Hex | F1 | 90 | A | 0 | 28 | 60 | 5 | 23 | 5C | 31 |
| Octal | 361 | 220 | 12 | 0 | 50 | 140 | 5 | 43 | 134 | 61 |
| Binary | 11110001 | 10010000 | 1010 | 0 | 101000 | 1100000 | 101 | 100011 | 1011100 | 110001 |
Color Harmonies of #F1900A
Complementary color
Monochromatic Colors of #F1900A
Black with #F1900A
Text Example
Text Example
White with #F1900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1900A; }
p { color: rgb(241,144,10); }
H1.HeaderClassName
{
color: #F1900A;
}
.AnyTagClassName
{
color: #F1900A;
}
</style>
background-color css
<style>
a { background-color: #F1900A; }
a { background-color: rgb(241,144,10); }
div.DivClassName
{
background-color: #F1900A;
}
.BgClassName
{
background-color: #F1900A;
}
</style>
border-color css
<style>
span { border-color: #F1900A; }
span { border-color: rgb(241,144,10); }
td.TdClassName
{
border-color: #F1900A;
}
.TagClassName
{
border-color: #F1900A;
}
</style>