Shades of Tangerine #F17B05
Tints of Tangerine #F17B05
RGB
CMYK
RGB Variations
Color information
#F17B05 (or 0xF17B05) is known color: Tangerine. HEX triplet: F1, 7B and 05. RGB value is (241,123,5). Sum of RGB (Red+Green+Blue) = 241+123+5=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17B05 is #0E84FA. Grayscale: #919191. Windows color (decimal): -951547 or 359409. OLE color: 359409.
HSL color Cylindrical-coordinate representation of color #F17B05: hue angle of 30º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F17B05 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.05 |
| HSL | 30º | 0.96% | 0.48% | - |
| HSV(B) | 30º | 0.98% | 0.95% | - |
| XYZ | 43.39 | 32.88 | 4.2 | - |
| YUV | 144.83 | 49.09 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 5 | 0 | 0.49 | 0.98 | 0.05 | 30 | 0.96 | 0.48 |
| Hex | F1 | 7B | 5 | 0 | 31 | 62 | 5 | 1E | 60 | 30 |
| Octal | 361 | 173 | 5 | 0 | 61 | 142 | 5 | 36 | 140 | 60 |
| Binary | 11110001 | 1111011 | 101 | 0 | 110001 | 1100010 | 101 | 11110 | 1100000 | 110000 |
Color Harmonies of #F17B05
Complementary color
Monochromatic Colors of #F17B05
Black with #F17B05
Text Example
Text Example
White with #F17B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17B05; }
p { color: rgb(241,123,5); }
H1.HeaderClassName
{
color: #F17B05;
}
.AnyTagClassName
{
color: #F17B05;
}
</style>
background-color css
<style>
a { background-color: #F17B05; }
a { background-color: rgb(241,123,5); }
div.DivClassName
{
background-color: #F17B05;
}
.BgClassName
{
background-color: #F17B05;
}
</style>
border-color css
<style>
span { border-color: #F17B05; }
span { border-color: rgb(241,123,5); }
td.TdClassName
{
border-color: #F17B05;
}
.TagClassName
{
border-color: #F17B05;
}
</style>