Shades of Tangerine #F37C00
Tints of Tangerine #F37C00
RGB
CMYK
RGB Variations
Color information
#F37C00 (or 0xF37C00) is known color: Tangerine. HEX triplet: F3, 7C and 00. RGB value is (243,124,0). Sum of RGB (Red+Green+Blue) = 243+124+0=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37C00 is #0C83FF. Grayscale: #929292. Windows color (decimal): -820224 or 31987. OLE color: 31987.
HSL color Cylindrical-coordinate representation of color #F37C00: hue angle of 30.62º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F37C00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.05 |
| HSL | 30.62º | 1% | 0.48% | - |
| HSV(B) | 30.62º | 1% | 0.95% | - |
| XYZ | 44.17 | 33.47 | 4.13 | - |
| YUV | 145.45 | 45.92 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 0 | 0 | 0.49 | 1 | 0.05 | 30.62 | 1 | 0.48 |
| Hex | F3 | 7C | 0 | 0 | 31 | 64 | 5 | 1F | 64 | 30 |
| Octal | 363 | 174 | 0 | 0 | 61 | 144 | 5 | 37 | 144 | 60 |
| Binary | 11110011 | 1111100 | 0 | 0 | 110001 | 1100100 | 101 | 11111 | 1100100 | 110000 |
Color Harmonies of #F37C00
Complementary color
Monochromatic Colors of #F37C00
Black with #F37C00
Text Example
Text Example
White with #F37C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C00; }
p { color: rgb(243,124,0); }
H1.HeaderClassName
{
color: #F37C00;
}
.AnyTagClassName
{
color: #F37C00;
}
</style>
background-color css
<style>
a { background-color: #F37C00; }
a { background-color: rgb(243,124,0); }
div.DivClassName
{
background-color: #F37C00;
}
.BgClassName
{
background-color: #F37C00;
}
</style>
border-color css
<style>
span { border-color: #F37C00; }
span { border-color: rgb(243,124,0); }
td.TdClassName
{
border-color: #F37C00;
}
.TagClassName
{
border-color: #F37C00;
}
</style>