Shades of Tangerine #F17D0A
Tints of Tangerine #F17D0A
RGB
CMYK
RGB Variations
Color information
#F17D0A (or 0xF17D0A) is known color: Tangerine. HEX triplet: F1, 7D and 0A. RGB value is (241,125,10). Sum of RGB (Red+Green+Blue) = 241+125+10=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D0A is #0E82F5. Grayscale: #939393. Windows color (decimal): -951030 or 687601. OLE color: 687601.
HSL color Cylindrical-coordinate representation of color #F17D0A: hue angle of 29.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F17D0A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 10 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.05 |
| HSL | 29.87º | 0.92% | 0.49% | - |
| HSV(B) | 29.87º | 0.96% | 0.95% | - |
| XYZ | 43.66 | 33.39 | 4.43 | - |
| YUV | 146.57 | 50.93 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 10 | 0 | 0.48 | 0.96 | 0.05 | 29.87 | 0.92 | 0.49 |
| Hex | F1 | 7D | A | 0 | 30 | 60 | 5 | 1E | 5C | 31 |
| Octal | 361 | 175 | 12 | 0 | 60 | 140 | 5 | 36 | 134 | 61 |
| Binary | 11110001 | 1111101 | 1010 | 0 | 110000 | 1100000 | 101 | 11110 | 1011100 | 110001 |
Color Harmonies of #F17D0A
Complementary color
Monochromatic Colors of #F17D0A
Black with #F17D0A
Text Example
Text Example
White with #F17D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D0A; }
p { color: rgb(241,125,10); }
H1.HeaderClassName
{
color: #F17D0A;
}
.AnyTagClassName
{
color: #F17D0A;
}
</style>
background-color css
<style>
a { background-color: #F17D0A; }
a { background-color: rgb(241,125,10); }
div.DivClassName
{
background-color: #F17D0A;
}
.BgClassName
{
background-color: #F17D0A;
}
</style>
border-color css
<style>
span { border-color: #F17D0A; }
span { border-color: rgb(241,125,10); }
td.TdClassName
{
border-color: #F17D0A;
}
.TagClassName
{
border-color: #F17D0A;
}
</style>