Shades of Tangerine #F3800A
Tints of Tangerine #F3800A
RGB
CMYK
RGB Variations
Color information
#F3800A (or 0xF3800A) is known color: Tangerine. HEX triplet: F3, 80 and 0A. RGB value is (243,128,10). Sum of RGB (Red+Green+Blue) = 243+128+10=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F3800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3800A is #0C7FF5. Grayscale: #959595. Windows color (decimal): -819190 or 688371. OLE color: 688371.
HSL color Cylindrical-coordinate representation of color #F3800A: hue angle of 30.39º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3800A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.05 |
| HSL | 30.39º | 0.92% | 0.5% | - |
| HSV(B) | 30.39º | 0.96% | 0.95% | - |
| XYZ | 44.74 | 34.51 | 4.59 | - |
| YUV | 148.93 | 49.6 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 10 | 0 | 0.47 | 0.96 | 0.05 | 30.39 | 0.92 | 0.5 |
| Hex | F3 | 80 | A | 0 | 2F | 60 | 5 | 1E | 5C | 32 |
| Octal | 363 | 200 | 12 | 0 | 57 | 140 | 5 | 36 | 134 | 62 |
| Binary | 11110011 | 10000000 | 1010 | 0 | 101111 | 1100000 | 101 | 11110 | 1011100 | 110010 |
Color Harmonies of #F3800A
Complementary color
Monochromatic Colors of #F3800A
Black with #F3800A
Text Example
Text Example
White with #F3800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3800A; }
p { color: rgb(243,128,10); }
H1.HeaderClassName
{
color: #F3800A;
}
.AnyTagClassName
{
color: #F3800A;
}
</style>
background-color css
<style>
a { background-color: #F3800A; }
a { background-color: rgb(243,128,10); }
div.DivClassName
{
background-color: #F3800A;
}
.BgClassName
{
background-color: #F3800A;
}
</style>
border-color css
<style>
span { border-color: #F3800A; }
span { border-color: rgb(243,128,10); }
td.TdClassName
{
border-color: #F3800A;
}
.TagClassName
{
border-color: #F3800A;
}
</style>