Shades of Tangerine #F67F0B
Tints of Tangerine #F67F0B
RGB
CMYK
RGB Variations
Color information
#F67F0B (or 0xF67F0B) is known color: Tangerine. HEX triplet: F6, 7F and 0B. RGB value is (246,127,11). Sum of RGB (Red+Green+Blue) = 246+127+11=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67F0B is #0980F4. Grayscale: #959595. Windows color (decimal): -622837 or 753654. OLE color: 753654.
HSL color Cylindrical-coordinate representation of color #F67F0B: hue angle of 29.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F67F0B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.04 |
| HSL | 29.62º | 0.93% | 0.5% | - |
| HSV(B) | 29.62º | 0.96% | 0.96% | - |
| XYZ | 45.66 | 34.8 | 4.63 | - |
| YUV | 149.36 | 49.92 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 11 | 0 | 0.48 | 0.96 | 0.04 | 29.62 | 0.93 | 0.5 |
| Hex | F6 | 7F | B | 0 | 30 | 60 | 4 | 1E | 5D | 32 |
| Octal | 366 | 177 | 13 | 0 | 60 | 140 | 4 | 36 | 135 | 62 |
| Binary | 11110110 | 1111111 | 1011 | 0 | 110000 | 1100000 | 100 | 11110 | 1011101 | 110010 |
Color Harmonies of #F67F0B
Complementary color
Monochromatic Colors of #F67F0B
Black with #F67F0B
Text Example
Text Example
White with #F67F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F0B; }
p { color: rgb(246,127,11); }
H1.HeaderClassName
{
color: #F67F0B;
}
.AnyTagClassName
{
color: #F67F0B;
}
</style>
background-color css
<style>
a { background-color: #F67F0B; }
a { background-color: rgb(246,127,11); }
div.DivClassName
{
background-color: #F67F0B;
}
.BgClassName
{
background-color: #F67F0B;
}
</style>
border-color css
<style>
span { border-color: #F67F0B; }
span { border-color: rgb(246,127,11); }
td.TdClassName
{
border-color: #F67F0B;
}
.TagClassName
{
border-color: #F67F0B;
}
</style>