Shades of Tangerine #F1830D
Tints of Tangerine #F1830D
RGB
CMYK
RGB Variations
Color information
#F1830D (or 0xF1830D) is known color: Tangerine. HEX triplet: F1, 83 and 0D. RGB value is (241,131,13). Sum of RGB (Red+Green+Blue) = 241+131+13=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1830D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1830D is #0E7CF2. Grayscale: #979797. Windows color (decimal): -949491 or 885745. OLE color: 885745.
HSL color Cylindrical-coordinate representation of color #F1830D: hue angle of 31.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1830D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 13 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.05 |
| HSL | 31.05º | 0.9% | 0.5% | - |
| HSV(B) | 31.05º | 0.95% | 0.95% | - |
| XYZ | 44.46 | 34.96 | 4.79 | - |
| YUV | 150.44 | 50.44 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 13 | 0 | 0.46 | 0.95 | 0.05 | 31.05 | 0.9 | 0.5 |
| Hex | F1 | 83 | D | 0 | 2E | 5F | 5 | 1F | 5A | 32 |
| Octal | 361 | 203 | 15 | 0 | 56 | 137 | 5 | 37 | 132 | 62 |
| Binary | 11110001 | 10000011 | 1101 | 0 | 101110 | 1011111 | 101 | 11111 | 1011010 | 110010 |
Color Harmonies of #F1830D
Complementary color
Monochromatic Colors of #F1830D
Black with #F1830D
Text Example
Text Example
White with #F1830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1830D; }
p { color: rgb(241,131,13); }
H1.HeaderClassName
{
color: #F1830D;
}
.AnyTagClassName
{
color: #F1830D;
}
</style>
background-color css
<style>
a { background-color: #F1830D; }
a { background-color: rgb(241,131,13); }
div.DivClassName
{
background-color: #F1830D;
}
.BgClassName
{
background-color: #F1830D;
}
</style>
border-color css
<style>
span { border-color: #F1830D; }
span { border-color: rgb(241,131,13); }
td.TdClassName
{
border-color: #F1830D;
}
.TagClassName
{
border-color: #F1830D;
}
</style>