Shades of Tangerine #F1800B
Tints of Tangerine #F1800B
RGB
CMYK
RGB Variations
Color information
#F1800B (or 0xF1800B) is known color: Tangerine. HEX triplet: F1, 80 and 0B. RGB value is (241,128,11). Sum of RGB (Red+Green+Blue) = 241+128+11=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F1800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1800B is #0E7FF4. Grayscale: #959595. Windows color (decimal): -950261 or 753905. OLE color: 753905.
HSL color Cylindrical-coordinate representation of color #F1800B: hue angle of 30.52º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1800B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.05 |
| HSL | 30.52º | 0.91% | 0.49% | - |
| HSV(B) | 30.52º | 0.95% | 0.95% | - |
| XYZ | 44.06 | 34.16 | 4.59 | - |
| YUV | 148.45 | 50.44 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 11 | 0 | 0.47 | 0.95 | 0.05 | 30.52 | 0.91 | 0.49 |
| Hex | F1 | 80 | B | 0 | 2F | 5F | 5 | 1F | 5B | 31 |
| Octal | 361 | 200 | 13 | 0 | 57 | 137 | 5 | 37 | 133 | 61 |
| Binary | 11110001 | 10000000 | 1011 | 0 | 101111 | 1011111 | 101 | 11111 | 1011011 | 110001 |
Color Harmonies of #F1800B
Complementary color
Monochromatic Colors of #F1800B
Black with #F1800B
Text Example
Text Example
White with #F1800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1800B; }
p { color: rgb(241,128,11); }
H1.HeaderClassName
{
color: #F1800B;
}
.AnyTagClassName
{
color: #F1800B;
}
</style>
background-color css
<style>
a { background-color: #F1800B; }
a { background-color: rgb(241,128,11); }
div.DivClassName
{
background-color: #F1800B;
}
.BgClassName
{
background-color: #F1800B;
}
</style>
border-color css
<style>
span { border-color: #F1800B; }
span { border-color: rgb(241,128,11); }
td.TdClassName
{
border-color: #F1800B;
}
.TagClassName
{
border-color: #F1800B;
}
</style>