Shades of Tangerine #F17A00
Tints of Tangerine #F17A00
RGB
CMYK
RGB Variations
Color information
#F17A00 (or 0xF17A00) is known color: Tangerine. HEX triplet: F1, 7A and 00. RGB value is (241,122,0). Sum of RGB (Red+Green+Blue) = 241+122+0=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17A00 is #0E85FF. Grayscale: #909090. Windows color (decimal): -951808 or 31473. OLE color: 31473.
HSL color Cylindrical-coordinate representation of color #F17A00: hue angle of 30.37º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F17A00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.05 |
| HSL | 30.37º | 1% | 0.47% | - |
| HSV(B) | 30.37º | 1% | 0.95% | - |
| XYZ | 43.24 | 32.62 | 4.02 | - |
| YUV | 143.67 | 46.92 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 0 | 0 | 0.49 | 1 | 0.05 | 30.37 | 1 | 0.47 |
| Hex | F1 | 7A | 0 | 0 | 31 | 64 | 5 | 1E | 64 | 2F |
| Octal | 361 | 172 | 0 | 0 | 61 | 144 | 5 | 36 | 144 | 57 |
| Binary | 11110001 | 1111010 | 0 | 0 | 110001 | 1100100 | 101 | 11110 | 1100100 | 101111 |
Color Harmonies of #F17A00
Complementary color
Monochromatic Colors of #F17A00
Black with #F17A00
Text Example
Text Example
White with #F17A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A00; }
p { color: rgb(241,122,0); }
H1.HeaderClassName
{
color: #F17A00;
}
.AnyTagClassName
{
color: #F17A00;
}
</style>
background-color css
<style>
a { background-color: #F17A00; }
a { background-color: rgb(241,122,0); }
div.DivClassName
{
background-color: #F17A00;
}
.BgClassName
{
background-color: #F17A00;
}
</style>
border-color css
<style>
span { border-color: #F17A00; }
span { border-color: rgb(241,122,0); }
td.TdClassName
{
border-color: #F17A00;
}
.TagClassName
{
border-color: #F17A00;
}
</style>