Shades of Tangerine #F19400
Tints of Tangerine #F19400
RGB
CMYK
RGB Variations
Color information
#F19400 (or 0xF19400) is known color: Tangerine. HEX triplet: F1, 94 and 00. RGB value is (241,148,0). Sum of RGB (Red+Green+Blue) = 241+148+0=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F19400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19400 is #0E6BFF. Grayscale: #9F9F9F. Windows color (decimal): -945152 or 38129. OLE color: 38129.
HSL color Cylindrical-coordinate representation of color #F19400: hue angle of 36.85º 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 #F19400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.05 |
| HSL | 36.85º | 1% | 0.47% | - |
| HSV(B) | 36.85º | 1% | 0.95% | - |
| XYZ | 46.87 | 39.88 | 5.23 | - |
| YUV | 158.94 | 38.31 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 0 | 0 | 0.39 | 1 | 0.05 | 36.85 | 1 | 0.47 |
| Hex | F1 | 94 | 0 | 0 | 27 | 64 | 5 | 25 | 64 | 2F |
| Octal | 361 | 224 | 0 | 0 | 47 | 144 | 5 | 45 | 144 | 57 |
| Binary | 11110001 | 10010100 | 0 | 0 | 100111 | 1100100 | 101 | 100101 | 1100100 | 101111 |
Color Harmonies of #F19400
Complementary color
Monochromatic Colors of #F19400
Black with #F19400
Text Example
Text Example
White with #F19400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19400; }
p { color: rgb(241,148,0); }
H1.HeaderClassName
{
color: #F19400;
}
.AnyTagClassName
{
color: #F19400;
}
</style>
background-color css
<style>
a { background-color: #F19400; }
a { background-color: rgb(241,148,0); }
div.DivClassName
{
background-color: #F19400;
}
.BgClassName
{
background-color: #F19400;
}
</style>
border-color css
<style>
span { border-color: #F19400; }
span { border-color: rgb(241,148,0); }
td.TdClassName
{
border-color: #F19400;
}
.TagClassName
{
border-color: #F19400;
}
</style>