Shades of Tangerine #F17A08
Tints of Tangerine #F17A08
RGB
CMYK
RGB Variations
Color information
#F17A08 (or 0xF17A08) is known color: Tangerine. HEX triplet: F1, 7A and 08. RGB value is (241,122,8). Sum of RGB (Red+Green+Blue) = 241+122+8=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17A08 is #0E85F7. Grayscale: #919191. Windows color (decimal): -951800 or 555761. OLE color: 555761.
HSL color Cylindrical-coordinate representation of color #F17A08: hue angle of 29.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F17A08 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 8 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.05 |
| HSL | 29.36º | 0.94% | 0.49% | - |
| HSV(B) | 29.36º | 0.97% | 0.95% | - |
| XYZ | 43.28 | 32.64 | 4.25 | - |
| YUV | 144.59 | 50.92 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 8 | 0 | 0.49 | 0.97 | 0.05 | 29.36 | 0.94 | 0.49 |
| Hex | F1 | 7A | 8 | 0 | 31 | 61 | 5 | 1D | 5E | 31 |
| Octal | 361 | 172 | 10 | 0 | 61 | 141 | 5 | 35 | 136 | 61 |
| Binary | 11110001 | 1111010 | 1000 | 0 | 110001 | 1100001 | 101 | 11101 | 1011110 | 110001 |
Color Harmonies of #F17A08
Complementary color
Monochromatic Colors of #F17A08
Black with #F17A08
Text Example
Text Example
White with #F17A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A08; }
p { color: rgb(241,122,8); }
H1.HeaderClassName
{
color: #F17A08;
}
.AnyTagClassName
{
color: #F17A08;
}
</style>
background-color css
<style>
a { background-color: #F17A08; }
a { background-color: rgb(241,122,8); }
div.DivClassName
{
background-color: #F17A08;
}
.BgClassName
{
background-color: #F17A08;
}
</style>
border-color css
<style>
span { border-color: #F17A08; }
span { border-color: rgb(241,122,8); }
td.TdClassName
{
border-color: #F17A08;
}
.TagClassName
{
border-color: #F17A08;
}
</style>