Shades of Tangerine #F39201
Tints of Tangerine #F39201
RGB
CMYK
RGB Variations
Color information
#F39201 (or 0xF39201) is known color: Tangerine. HEX triplet: F3, 92 and 01. RGB value is (243,146,1). Sum of RGB (Red+Green+Blue) = 243+146+1=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F39201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39201 is #0C6DFE. Grayscale: #9F9F9F. Windows color (decimal): -814591 or 103155. OLE color: 103155.
HSL color Cylindrical-coordinate representation of color #F39201: hue angle of 35.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F39201 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.05 |
| HSL | 35.95º | 0.99% | 0.48% | - |
| HSV(B) | 35.95º | 1% | 0.95% | - |
| XYZ | 47.25 | 39.61 | 5.18 | - |
| YUV | 158.47 | 39.14 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 1 | 0 | 0.40 | 1.00 | 0.05 | 35.95 | 0.99 | 0.48 |
| Hex | F3 | 92 | 1 | 0 | 28 | 64 | 5 | 24 | 63 | 30 |
| Octal | 363 | 222 | 1 | 0 | 50 | 144 | 5 | 44 | 143 | 60 |
| Binary | 11110011 | 10010010 | 1 | 0 | 101000 | 1100100 | 101 | 100100 | 1100011 | 110000 |
Color Harmonies of #F39201
Complementary color
Monochromatic Colors of #F39201
Black with #F39201
Text Example
Text Example
White with #F39201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39201; }
p { color: rgb(243,146,1); }
H1.HeaderClassName
{
color: #F39201;
}
.AnyTagClassName
{
color: #F39201;
}
</style>
background-color css
<style>
a { background-color: #F39201; }
a { background-color: rgb(243,146,1); }
div.DivClassName
{
background-color: #F39201;
}
.BgClassName
{
background-color: #F39201;
}
</style>
border-color css
<style>
span { border-color: #F39201; }
span { border-color: rgb(243,146,1); }
td.TdClassName
{
border-color: #F39201;
}
.TagClassName
{
border-color: #F39201;
}
</style>