Shades of Tangerine #F38D02
Tints of Tangerine #F38D02
RGB
CMYK
RGB Variations
Color information
#F38D02 (or 0xF38D02) is known color: Tangerine. HEX triplet: F3, 8D and 02. RGB value is (243,141,2). Sum of RGB (Red+Green+Blue) = 243+141+2=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D02 is #0C72FD. Grayscale: #9C9C9C. Windows color (decimal): -815870 or 167411. OLE color: 167411.
HSL color Cylindrical-coordinate representation of color #F38D02: hue angle of 34.61º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F38D02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.05 |
| HSL | 34.61º | 0.98% | 0.48% | - |
| HSV(B) | 34.61º | 0.99% | 0.95% | - |
| XYZ | 46.5 | 38.11 | 4.96 | - |
| YUV | 155.65 | 41.29 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 2 | 0 | 0.42 | 0.99 | 0.05 | 34.61 | 0.98 | 0.48 |
| Hex | F3 | 8D | 2 | 0 | 2A | 63 | 5 | 23 | 62 | 30 |
| Octal | 363 | 215 | 2 | 0 | 52 | 143 | 5 | 43 | 142 | 60 |
| Binary | 11110011 | 10001101 | 10 | 0 | 101010 | 1100011 | 101 | 100011 | 1100010 | 110000 |
Color Harmonies of #F38D02
Complementary color
Monochromatic Colors of #F38D02
Black with #F38D02
Text Example
Text Example
White with #F38D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D02; }
p { color: rgb(243,141,2); }
H1.HeaderClassName
{
color: #F38D02;
}
.AnyTagClassName
{
color: #F38D02;
}
</style>
background-color css
<style>
a { background-color: #F38D02; }
a { background-color: rgb(243,141,2); }
div.DivClassName
{
background-color: #F38D02;
}
.BgClassName
{
background-color: #F38D02;
}
</style>
border-color css
<style>
span { border-color: #F38D02; }
span { border-color: rgb(243,141,2); }
td.TdClassName
{
border-color: #F38D02;
}
.TagClassName
{
border-color: #F38D02;
}
</style>