Shades of Tangerine #F18C08
Tints of Tangerine #F18C08
RGB
CMYK
RGB Variations
Color information
#F18C08 (or 0xF18C08) is known color: Tangerine. HEX triplet: F1, 8C and 08. RGB value is (241,140,8). Sum of RGB (Red+Green+Blue) = 241+140+8=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C08 is #0E73F7. Grayscale: #9B9B9B. Windows color (decimal): -947192 or 560369. OLE color: 560369.
HSL color Cylindrical-coordinate representation of color #F18C08: hue angle of 33.99º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F18C08 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 8 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.05 |
| HSL | 33.99º | 0.94% | 0.49% | - |
| HSV(B) | 33.99º | 0.97% | 0.95% | - |
| XYZ | 45.7 | 37.47 | 5.05 | - |
| YUV | 155.15 | 44.96 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 8 | 0 | 0.42 | 0.97 | 0.05 | 33.99 | 0.94 | 0.49 |
| Hex | F1 | 8C | 8 | 0 | 2A | 61 | 5 | 22 | 5E | 31 |
| Octal | 361 | 214 | 10 | 0 | 52 | 141 | 5 | 42 | 136 | 61 |
| Binary | 11110001 | 10001100 | 1000 | 0 | 101010 | 1100001 | 101 | 100010 | 1011110 | 110001 |
Color Harmonies of #F18C08
Complementary color
Monochromatic Colors of #F18C08
Black with #F18C08
Text Example
Text Example
White with #F18C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C08; }
p { color: rgb(241,140,8); }
H1.HeaderClassName
{
color: #F18C08;
}
.AnyTagClassName
{
color: #F18C08;
}
</style>
background-color css
<style>
a { background-color: #F18C08; }
a { background-color: rgb(241,140,8); }
div.DivClassName
{
background-color: #F18C08;
}
.BgClassName
{
background-color: #F18C08;
}
</style>
border-color css
<style>
span { border-color: #F18C08; }
span { border-color: rgb(241,140,8); }
td.TdClassName
{
border-color: #F18C08;
}
.TagClassName
{
border-color: #F18C08;
}
</style>