Shades of Tangerine #F17C0D
Tints of Tangerine #F17C0D
RGB
CMYK
RGB Variations
Color information
#F17C0D (or 0xF17C0D) is known color: Tangerine. HEX triplet: F1, 7C and 0D. RGB value is (241,124,13). Sum of RGB (Red+Green+Blue) = 241+124+13=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17C0D is #0E83F2. Grayscale: #929292. Windows color (decimal): -951283 or 883953. OLE color: 883953.
HSL color Cylindrical-coordinate representation of color #F17C0D: hue angle of 29.21º 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 #F17C0D is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 13 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.05 |
| HSL | 29.21º | 0.9% | 0.5% | - |
| HSV(B) | 29.21º | 0.95% | 0.95% | - |
| XYZ | 43.56 | 33.15 | 4.48 | - |
| YUV | 146.33 | 52.76 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 13 | 0 | 0.49 | 0.95 | 0.05 | 29.21 | 0.9 | 0.5 |
| Hex | F1 | 7C | D | 0 | 31 | 5F | 5 | 1D | 5A | 32 |
| Octal | 361 | 174 | 15 | 0 | 61 | 137 | 5 | 35 | 132 | 62 |
| Binary | 11110001 | 1111100 | 1101 | 0 | 110001 | 1011111 | 101 | 11101 | 1011010 | 110010 |
Color Harmonies of #F17C0D
Complementary color
Monochromatic Colors of #F17C0D
Black with #F17C0D
Text Example
Text Example
White with #F17C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C0D; }
p { color: rgb(241,124,13); }
H1.HeaderClassName
{
color: #F17C0D;
}
.AnyTagClassName
{
color: #F17C0D;
}
</style>
background-color css
<style>
a { background-color: #F17C0D; }
a { background-color: rgb(241,124,13); }
div.DivClassName
{
background-color: #F17C0D;
}
.BgClassName
{
background-color: #F17C0D;
}
</style>
border-color css
<style>
span { border-color: #F17C0D; }
span { border-color: rgb(241,124,13); }
td.TdClassName
{
border-color: #F17C0D;
}
.TagClassName
{
border-color: #F17C0D;
}
</style>