Shades of Tangerine #F38502
Tints of Tangerine #F38502
RGB
CMYK
RGB Variations
Color information
#F38502 (or 0xF38502) is known color: Tangerine. HEX triplet: F3, 85 and 02. RGB value is (243,133,2). Sum of RGB (Red+Green+Blue) = 243+133+2=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F38502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38502 is #0C7AFD. Grayscale: #979797. Windows color (decimal): -817918 or 165363. OLE color: 165363.
HSL color Cylindrical-coordinate representation of color #F38502: hue angle of 32.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 #F38502 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.05 |
| HSL | 32.61º | 0.98% | 0.48% | - |
| HSV(B) | 32.61º | 0.99% | 0.95% | - |
| XYZ | 45.36 | 35.83 | 4.58 | - |
| YUV | 150.96 | 43.94 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 2 | 0 | 0.45 | 0.99 | 0.05 | 32.61 | 0.98 | 0.48 |
| Hex | F3 | 85 | 2 | 0 | 2D | 63 | 5 | 21 | 62 | 30 |
| Octal | 363 | 205 | 2 | 0 | 55 | 143 | 5 | 41 | 142 | 60 |
| Binary | 11110011 | 10000101 | 10 | 0 | 101101 | 1100011 | 101 | 100001 | 1100010 | 110000 |
Color Harmonies of #F38502
Complementary color
Monochromatic Colors of #F38502
Black with #F38502
Text Example
Text Example
White with #F38502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38502; }
p { color: rgb(243,133,2); }
H1.HeaderClassName
{
color: #F38502;
}
.AnyTagClassName
{
color: #F38502;
}
</style>
background-color css
<style>
a { background-color: #F38502; }
a { background-color: rgb(243,133,2); }
div.DivClassName
{
background-color: #F38502;
}
.BgClassName
{
background-color: #F38502;
}
</style>
border-color css
<style>
span { border-color: #F38502; }
span { border-color: rgb(243,133,2); }
td.TdClassName
{
border-color: #F38502;
}
.TagClassName
{
border-color: #F38502;
}
</style>