Shades of Tangerine #F17A0D
Tints of Tangerine #F17A0D
RGB
CMYK
RGB Variations
Color information
#F17A0D (or 0xF17A0D) is known color: Tangerine. HEX triplet: F1, 7A and 0D. RGB value is (241,122,13). Sum of RGB (Red+Green+Blue) = 241+122+13=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17A0D is #0E85F2. Grayscale: #919191. Windows color (decimal): -951795 or 883441. OLE color: 883441.
HSL color Cylindrical-coordinate representation of color #F17A0D: hue angle of 28.68º 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 #F17A0D is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 13 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.05 |
| HSL | 28.68º | 0.9% | 0.5% | - |
| HSV(B) | 28.68º | 0.95% | 0.95% | - |
| XYZ | 43.31 | 32.65 | 4.4 | - |
| YUV | 145.16 | 53.42 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 13 | 0 | 0.49 | 0.95 | 0.05 | 28.68 | 0.9 | 0.5 |
| Hex | F1 | 7A | D | 0 | 31 | 5F | 5 | 1D | 5A | 32 |
| Octal | 361 | 172 | 15 | 0 | 61 | 137 | 5 | 35 | 132 | 62 |
| Binary | 11110001 | 1111010 | 1101 | 0 | 110001 | 1011111 | 101 | 11101 | 1011010 | 110010 |
Color Harmonies of #F17A0D
Complementary color
Monochromatic Colors of #F17A0D
Black with #F17A0D
Text Example
Text Example
White with #F17A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A0D; }
p { color: rgb(241,122,13); }
H1.HeaderClassName
{
color: #F17A0D;
}
.AnyTagClassName
{
color: #F17A0D;
}
</style>
background-color css
<style>
a { background-color: #F17A0D; }
a { background-color: rgb(241,122,13); }
div.DivClassName
{
background-color: #F17A0D;
}
.BgClassName
{
background-color: #F17A0D;
}
</style>
border-color css
<style>
span { border-color: #F17A0D; }
span { border-color: rgb(241,122,13); }
td.TdClassName
{
border-color: #F17A0D;
}
.TagClassName
{
border-color: #F17A0D;
}
</style>