Shades of Tangerine #F17D0C
Tints of Tangerine #F17D0C
RGB
CMYK
RGB Variations
Color information
#F17D0C (or 0xF17D0C) is known color: Tangerine. HEX triplet: F1, 7D and 0C. RGB value is (241,125,12). Sum of RGB (Red+Green+Blue) = 241+125+12=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D0C is #0E82F3. Grayscale: #939393. Windows color (decimal): -951028 or 818673. OLE color: 818673.
HSL color Cylindrical-coordinate representation of color #F17D0C: hue angle of 29.61º degrees, saturation: 0.91, 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 #F17D0C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.05 |
| HSL | 29.61º | 0.91% | 0.5% | - |
| HSV(B) | 29.61º | 0.95% | 0.95% | - |
| XYZ | 43.68 | 33.39 | 4.49 | - |
| YUV | 146.8 | 51.93 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 12 | 0 | 0.48 | 0.95 | 0.05 | 29.61 | 0.91 | 0.5 |
| Hex | F1 | 7D | C | 0 | 30 | 5F | 5 | 1E | 5B | 32 |
| Octal | 361 | 175 | 14 | 0 | 60 | 137 | 5 | 36 | 133 | 62 |
| Binary | 11110001 | 1111101 | 1100 | 0 | 110000 | 1011111 | 101 | 11110 | 1011011 | 110010 |
Color Harmonies of #F17D0C
Complementary color
Monochromatic Colors of #F17D0C
Black with #F17D0C
Text Example
Text Example
White with #F17D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D0C; }
p { color: rgb(241,125,12); }
H1.HeaderClassName
{
color: #F17D0C;
}
.AnyTagClassName
{
color: #F17D0C;
}
</style>
background-color css
<style>
a { background-color: #F17D0C; }
a { background-color: rgb(241,125,12); }
div.DivClassName
{
background-color: #F17D0C;
}
.BgClassName
{
background-color: #F17D0C;
}
</style>
border-color css
<style>
span { border-color: #F17D0C; }
span { border-color: rgb(241,125,12); }
td.TdClassName
{
border-color: #F17D0C;
}
.TagClassName
{
border-color: #F17D0C;
}
</style>