Shades of Tangerine #F1800D
Tints of Tangerine #F1800D
RGB
CMYK
RGB Variations
Color information
#F1800D (or 0xF1800D) is known color: Tangerine. HEX triplet: F1, 80 and 0D. RGB value is (241,128,13). Sum of RGB (Red+Green+Blue) = 241+128+13=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1800D is #0E7FF2. Grayscale: #959595. Windows color (decimal): -950259 or 884977. OLE color: 884977.
HSL color Cylindrical-coordinate representation of color #F1800D: hue angle of 30.26º 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 #F1800D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.05 |
| HSL | 30.26º | 0.9% | 0.5% | - |
| HSV(B) | 30.26º | 0.95% | 0.95% | - |
| XYZ | 44.07 | 34.17 | 4.65 | - |
| YUV | 148.68 | 51.44 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 13 | 0 | 0.47 | 0.95 | 0.05 | 30.26 | 0.9 | 0.5 |
| Hex | F1 | 80 | D | 0 | 2F | 5F | 5 | 1E | 5A | 32 |
| Octal | 361 | 200 | 15 | 0 | 57 | 137 | 5 | 36 | 132 | 62 |
| Binary | 11110001 | 10000000 | 1101 | 0 | 101111 | 1011111 | 101 | 11110 | 1011010 | 110010 |
Color Harmonies of #F1800D
Complementary color
Monochromatic Colors of #F1800D
Black with #F1800D
Text Example
Text Example
White with #F1800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1800D; }
p { color: rgb(241,128,13); }
H1.HeaderClassName
{
color: #F1800D;
}
.AnyTagClassName
{
color: #F1800D;
}
</style>
background-color css
<style>
a { background-color: #F1800D; }
a { background-color: rgb(241,128,13); }
div.DivClassName
{
background-color: #F1800D;
}
.BgClassName
{
background-color: #F1800D;
}
</style>
border-color css
<style>
span { border-color: #F1800D; }
span { border-color: rgb(241,128,13); }
td.TdClassName
{
border-color: #F1800D;
}
.TagClassName
{
border-color: #F1800D;
}
</style>