Shades of Tangerine #F38D0C
Tints of Tangerine #F38D0C
RGB
CMYK
RGB Variations
Color information
#F38D0C (or 0xF38D0C) is known color: Tangerine. HEX triplet: F3, 8D and 0C. RGB value is (243,141,12). Sum of RGB (Red+Green+Blue) = 243+141+12=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D0C is #0C72F3. Grayscale: #9D9D9D. Windows color (decimal): -815860 or 822771. OLE color: 822771.
HSL color Cylindrical-coordinate representation of color #F38D0C: hue angle of 33.51º 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 #F38D0C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.05 |
| HSL | 33.51º | 0.91% | 0.5% | - |
| HSV(B) | 33.51º | 0.95% | 0.95% | - |
| XYZ | 46.55 | 38.13 | 5.25 | - |
| YUV | 156.79 | 46.29 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 12 | 0 | 0.42 | 0.95 | 0.05 | 33.51 | 0.91 | 0.5 |
| Hex | F3 | 8D | C | 0 | 2A | 5F | 5 | 22 | 5B | 32 |
| Octal | 363 | 215 | 14 | 0 | 52 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110011 | 10001101 | 1100 | 0 | 101010 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F38D0C
Complementary color
Monochromatic Colors of #F38D0C
Black with #F38D0C
Text Example
Text Example
White with #F38D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D0C; }
p { color: rgb(243,141,12); }
H1.HeaderClassName
{
color: #F38D0C;
}
.AnyTagClassName
{
color: #F38D0C;
}
</style>
background-color css
<style>
a { background-color: #F38D0C; }
a { background-color: rgb(243,141,12); }
div.DivClassName
{
background-color: #F38D0C;
}
.BgClassName
{
background-color: #F38D0C;
}
</style>
border-color css
<style>
span { border-color: #F38D0C; }
span { border-color: rgb(243,141,12); }
td.TdClassName
{
border-color: #F38D0C;
}
.TagClassName
{
border-color: #F38D0C;
}
</style>