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