Shades of Tangerine #F17D09
Tints of Tangerine #F17D09
RGB
CMYK
RGB Variations
Color information
#F17D09 (or 0xF17D09) is known color: Tangerine. HEX triplet: F1, 7D and 09. RGB value is (241,125,9). Sum of RGB (Red+Green+Blue) = 241+125+9=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D09 is #0E82F6. Grayscale: #939393. Windows color (decimal): -951031 or 622065. OLE color: 622065.
HSL color Cylindrical-coordinate representation of color #F17D09: hue angle of 30º degrees, saturation: 0.93, 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 #F17D09 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.05 |
| HSL | 30º | 0.93% | 0.49% | - |
| HSV(B) | 30º | 0.96% | 0.95% | - |
| XYZ | 43.66 | 33.39 | 4.4 | - |
| YUV | 146.46 | 50.43 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 9 | 0 | 0.48 | 0.96 | 0.05 | 30 | 0.93 | 0.49 |
| Hex | F1 | 7D | 9 | 0 | 30 | 60 | 5 | 1E | 5D | 31 |
| Octal | 361 | 175 | 11 | 0 | 60 | 140 | 5 | 36 | 135 | 61 |
| Binary | 11110001 | 1111101 | 1001 | 0 | 110000 | 1100000 | 101 | 11110 | 1011101 | 110001 |
Color Harmonies of #F17D09
Complementary color
Monochromatic Colors of #F17D09
Black with #F17D09
Text Example
Text Example
White with #F17D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D09; }
p { color: rgb(241,125,9); }
H1.HeaderClassName
{
color: #F17D09;
}
.AnyTagClassName
{
color: #F17D09;
}
</style>
background-color css
<style>
a { background-color: #F17D09; }
a { background-color: rgb(241,125,9); }
div.DivClassName
{
background-color: #F17D09;
}
.BgClassName
{
background-color: #F17D09;
}
</style>
border-color css
<style>
span { border-color: #F17D09; }
span { border-color: rgb(241,125,9); }
td.TdClassName
{
border-color: #F17D09;
}
.TagClassName
{
border-color: #F17D09;
}
</style>