Shades of Tangerine #F3800D
Tints of Tangerine #F3800D
RGB
CMYK
RGB Variations
Color information
#F3800D (or 0xF3800D) is known color: Tangerine. HEX triplet: F3, 80 and 0D. RGB value is (243,128,13). Sum of RGB (Red+Green+Blue) = 243+128+13=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3800D is #0C7FF2. Grayscale: #959595. Windows color (decimal): -819187 or 884979. OLE color: 884979.
HSL color Cylindrical-coordinate representation of color #F3800D: hue angle of 30º 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 #F3800D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.05 |
| HSL | 30º | 0.91% | 0.5% | - |
| HSV(B) | 30º | 0.95% | 0.95% | - |
| XYZ | 44.75 | 34.52 | 4.69 | - |
| YUV | 149.28 | 51.1 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 13 | 0 | 0.47 | 0.95 | 0.05 | 30 | 0.91 | 0.5 |
| Hex | F3 | 80 | D | 0 | 2F | 5F | 5 | 1E | 5B | 32 |
| Octal | 363 | 200 | 15 | 0 | 57 | 137 | 5 | 36 | 133 | 62 |
| Binary | 11110011 | 10000000 | 1101 | 0 | 101111 | 1011111 | 101 | 11110 | 1011011 | 110010 |
Color Harmonies of #F3800D
Complementary color
Monochromatic Colors of #F3800D
Black with #F3800D
Text Example
Text Example
White with #F3800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3800D; }
p { color: rgb(243,128,13); }
H1.HeaderClassName
{
color: #F3800D;
}
.AnyTagClassName
{
color: #F3800D;
}
</style>
background-color css
<style>
a { background-color: #F3800D; }
a { background-color: rgb(243,128,13); }
div.DivClassName
{
background-color: #F3800D;
}
.BgClassName
{
background-color: #F3800D;
}
</style>
border-color css
<style>
span { border-color: #F3800D; }
span { border-color: rgb(243,128,13); }
td.TdClassName
{
border-color: #F3800D;
}
.TagClassName
{
border-color: #F3800D;
}
</style>