Shades of Tangerine #F18C0B
Tints of Tangerine #F18C0B
RGB
CMYK
RGB Variations
Color information
#F18C0B (or 0xF18C0B) is known color: Tangerine. HEX triplet: F1, 8C and 0B. RGB value is (241,140,11). Sum of RGB (Red+Green+Blue) = 241+140+11=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C0B is #0E73F4. Grayscale: #9C9C9C. Windows color (decimal): -947189 or 756977. OLE color: 756977.
HSL color Cylindrical-coordinate representation of color #F18C0B: hue angle of 33.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F18C0B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.05 |
| HSL | 33.65º | 0.91% | 0.49% | - |
| HSV(B) | 33.65º | 0.95% | 0.95% | - |
| XYZ | 45.71 | 37.48 | 5.14 | - |
| YUV | 155.49 | 46.46 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 11 | 0 | 0.42 | 0.95 | 0.05 | 33.65 | 0.91 | 0.49 |
| Hex | F1 | 8C | B | 0 | 2A | 5F | 5 | 22 | 5B | 31 |
| Octal | 361 | 214 | 13 | 0 | 52 | 137 | 5 | 42 | 133 | 61 |
| Binary | 11110001 | 10001100 | 1011 | 0 | 101010 | 1011111 | 101 | 100010 | 1011011 | 110001 |
Color Harmonies of #F18C0B
Complementary color
Monochromatic Colors of #F18C0B
Black with #F18C0B
Text Example
Text Example
White with #F18C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C0B; }
p { color: rgb(241,140,11); }
H1.HeaderClassName
{
color: #F18C0B;
}
.AnyTagClassName
{
color: #F18C0B;
}
</style>
background-color css
<style>
a { background-color: #F18C0B; }
a { background-color: rgb(241,140,11); }
div.DivClassName
{
background-color: #F18C0B;
}
.BgClassName
{
background-color: #F18C0B;
}
</style>
border-color css
<style>
span { border-color: #F18C0B; }
span { border-color: rgb(241,140,11); }
td.TdClassName
{
border-color: #F18C0B;
}
.TagClassName
{
border-color: #F18C0B;
}
</style>