Shades of Tangerine #F17F0C
Tints of Tangerine #F17F0C
RGB
CMYK
RGB Variations
Color information
#F17F0C (or 0xF17F0C) is known color: Tangerine. HEX triplet: F1, 7F and 0C. RGB value is (241,127,12). Sum of RGB (Red+Green+Blue) = 241+127+12=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F0C is #0E80F3. Grayscale: #949494. Windows color (decimal): -950516 or 819185. OLE color: 819185.
HSL color Cylindrical-coordinate representation of color #F17F0C: hue angle of 30.13º 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 #F17F0C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.05 |
| HSL | 30.13º | 0.91% | 0.5% | - |
| HSV(B) | 30.13º | 0.95% | 0.95% | - |
| XYZ | 43.93 | 33.91 | 4.58 | - |
| YUV | 147.98 | 51.27 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 12 | 0 | 0.47 | 0.95 | 0.05 | 30.13 | 0.91 | 0.5 |
| Hex | F1 | 7F | C | 0 | 2F | 5F | 5 | 1E | 5B | 32 |
| Octal | 361 | 177 | 14 | 0 | 57 | 137 | 5 | 36 | 133 | 62 |
| Binary | 11110001 | 1111111 | 1100 | 0 | 101111 | 1011111 | 101 | 11110 | 1011011 | 110010 |
Color Harmonies of #F17F0C
Complementary color
Monochromatic Colors of #F17F0C
Black with #F17F0C
Text Example
Text Example
White with #F17F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F0C; }
p { color: rgb(241,127,12); }
H1.HeaderClassName
{
color: #F17F0C;
}
.AnyTagClassName
{
color: #F17F0C;
}
</style>
background-color css
<style>
a { background-color: #F17F0C; }
a { background-color: rgb(241,127,12); }
div.DivClassName
{
background-color: #F17F0C;
}
.BgClassName
{
background-color: #F17F0C;
}
</style>
border-color css
<style>
span { border-color: #F17F0C; }
span { border-color: rgb(241,127,12); }
td.TdClassName
{
border-color: #F17F0C;
}
.TagClassName
{
border-color: #F17F0C;
}
</style>