Shades of Tangerine #F3900C
Tints of Tangerine #F3900C
RGB
CMYK
RGB Variations
Color information
#F3900C (or 0xF3900C) is known color: Tangerine. HEX triplet: F3, 90 and 0C. RGB value is (243,144,12). Sum of RGB (Red+Green+Blue) = 243+144+12=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F3900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3900C is #0C6FF3. Grayscale: #9F9F9F. Windows color (decimal): -815092 or 823539. OLE color: 823539.
HSL color Cylindrical-coordinate representation of color #F3900C: hue angle of 34.29º 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 #F3900C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.05 |
| HSL | 34.29º | 0.91% | 0.5% | - |
| HSV(B) | 34.29º | 0.95% | 0.95% | - |
| XYZ | 47 | 39.03 | 5.4 | - |
| YUV | 158.55 | 45.3 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 12 | 0 | 0.41 | 0.95 | 0.05 | 34.29 | 0.91 | 0.5 |
| Hex | F3 | 90 | C | 0 | 29 | 5F | 5 | 22 | 5B | 32 |
| Octal | 363 | 220 | 14 | 0 | 51 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110011 | 10010000 | 1100 | 0 | 101001 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F3900C
Complementary color
Monochromatic Colors of #F3900C
Black with #F3900C
Text Example
Text Example
White with #F3900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3900C; }
p { color: rgb(243,144,12); }
H1.HeaderClassName
{
color: #F3900C;
}
.AnyTagClassName
{
color: #F3900C;
}
</style>
background-color css
<style>
a { background-color: #F3900C; }
a { background-color: rgb(243,144,12); }
div.DivClassName
{
background-color: #F3900C;
}
.BgClassName
{
background-color: #F3900C;
}
</style>
border-color css
<style>
span { border-color: #F3900C; }
span { border-color: rgb(243,144,12); }
td.TdClassName
{
border-color: #F3900C;
}
.TagClassName
{
border-color: #F3900C;
}
</style>