Shades of Tangerine #F18F02
Tints of Tangerine #F18F02
RGB
CMYK
RGB Variations
Color information
#F18F02 (or 0xF18F02) is known color: Tangerine. HEX triplet: F1, 8F and 02. RGB value is (241,143,2). Sum of RGB (Red+Green+Blue) = 241+143+2=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F02 is #0E70FD. Grayscale: #9C9C9C. Windows color (decimal): -946430 or 167921. OLE color: 167921.
HSL color Cylindrical-coordinate representation of color #F18F02: hue angle of 35.4º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F18F02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.05 |
| HSL | 35.4º | 0.98% | 0.48% | - |
| HSV(B) | 35.4º | 0.99% | 0.95% | - |
| XYZ | 46.11 | 38.35 | 5.03 | - |
| YUV | 156.23 | 40.97 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 2 | 0 | 0.41 | 0.99 | 0.05 | 35.4 | 0.98 | 0.48 |
| Hex | F1 | 8F | 2 | 0 | 29 | 63 | 5 | 23 | 62 | 30 |
| Octal | 361 | 217 | 2 | 0 | 51 | 143 | 5 | 43 | 142 | 60 |
| Binary | 11110001 | 10001111 | 10 | 0 | 101001 | 1100011 | 101 | 100011 | 1100010 | 110000 |
Color Harmonies of #F18F02
Complementary color
Monochromatic Colors of #F18F02
Black with #F18F02
Text Example
Text Example
White with #F18F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F02; }
p { color: rgb(241,143,2); }
H1.HeaderClassName
{
color: #F18F02;
}
.AnyTagClassName
{
color: #F18F02;
}
</style>
background-color css
<style>
a { background-color: #F18F02; }
a { background-color: rgb(241,143,2); }
div.DivClassName
{
background-color: #F18F02;
}
.BgClassName
{
background-color: #F18F02;
}
</style>
border-color css
<style>
span { border-color: #F18F02; }
span { border-color: rgb(241,143,2); }
td.TdClassName
{
border-color: #F18F02;
}
.TagClassName
{
border-color: #F18F02;
}
</style>