Shades of Tangerine #F19300
Tints of Tangerine #F19300
RGB
CMYK
RGB Variations
Color information
#F19300 (or 0xF19300) is known color: Tangerine. HEX triplet: F1, 93 and 00. RGB value is (241,147,0). Sum of RGB (Red+Green+Blue) = 241+147+0=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F19300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19300 is #0E6CFF. Grayscale: #9F9F9F. Windows color (decimal): -945408 or 37873. OLE color: 37873.
HSL color Cylindrical-coordinate representation of color #F19300: hue angle of 36.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F19300 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.05 |
| HSL | 36.6º | 1% | 0.47% | - |
| HSV(B) | 36.6º | 1% | 0.95% | - |
| XYZ | 46.71 | 39.57 | 5.18 | - |
| YUV | 158.35 | 38.64 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 0 | 0 | 0.39 | 1 | 0.05 | 36.6 | 1 | 0.47 |
| Hex | F1 | 93 | 0 | 0 | 27 | 64 | 5 | 25 | 64 | 2F |
| Octal | 361 | 223 | 0 | 0 | 47 | 144 | 5 | 45 | 144 | 57 |
| Binary | 11110001 | 10010011 | 0 | 0 | 100111 | 1100100 | 101 | 100101 | 1100100 | 101111 |
Color Harmonies of #F19300
Complementary color
Monochromatic Colors of #F19300
Black with #F19300
Text Example
Text Example
White with #F19300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19300; }
p { color: rgb(241,147,0); }
H1.HeaderClassName
{
color: #F19300;
}
.AnyTagClassName
{
color: #F19300;
}
</style>
background-color css
<style>
a { background-color: #F19300; }
a { background-color: rgb(241,147,0); }
div.DivClassName
{
background-color: #F19300;
}
.BgClassName
{
background-color: #F19300;
}
</style>
border-color css
<style>
span { border-color: #F19300; }
span { border-color: rgb(241,147,0); }
td.TdClassName
{
border-color: #F19300;
}
.TagClassName
{
border-color: #F19300;
}
</style>