Shades of Tangerine #F37B0C
Tints of Tangerine #F37B0C
RGB
CMYK
RGB Variations
Color information
#F37B0C (or 0xF37B0C) is known color: Tangerine. HEX triplet: F3, 7B and 0C. RGB value is (243,123,12). Sum of RGB (Red+Green+Blue) = 243+123+12=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37B0C is #0C84F3. Grayscale: #929292. Windows color (decimal): -820468 or 818163. OLE color: 818163.
HSL color Cylindrical-coordinate representation of color #F37B0C: hue angle of 28.83º 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 #F37B0C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.05 |
| HSL | 28.83º | 0.91% | 0.5% | - |
| HSV(B) | 28.83º | 0.95% | 0.95% | - |
| XYZ | 44.11 | 33.25 | 4.44 | - |
| YUV | 146.23 | 52.26 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 12 | 0 | 0.49 | 0.95 | 0.05 | 28.83 | 0.91 | 0.5 |
| Hex | F3 | 7B | C | 0 | 31 | 5F | 5 | 1D | 5B | 32 |
| Octal | 363 | 173 | 14 | 0 | 61 | 137 | 5 | 35 | 133 | 62 |
| Binary | 11110011 | 1111011 | 1100 | 0 | 110001 | 1011111 | 101 | 11101 | 1011011 | 110010 |
Color Harmonies of #F37B0C
Complementary color
Monochromatic Colors of #F37B0C
Black with #F37B0C
Text Example
Text Example
White with #F37B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B0C; }
p { color: rgb(243,123,12); }
H1.HeaderClassName
{
color: #F37B0C;
}
.AnyTagClassName
{
color: #F37B0C;
}
</style>
background-color css
<style>
a { background-color: #F37B0C; }
a { background-color: rgb(243,123,12); }
div.DivClassName
{
background-color: #F37B0C;
}
.BgClassName
{
background-color: #F37B0C;
}
</style>
border-color css
<style>
span { border-color: #F37B0C; }
span { border-color: rgb(243,123,12); }
td.TdClassName
{
border-color: #F37B0C;
}
.TagClassName
{
border-color: #F37B0C;
}
</style>