Shades of Tangerine #F67800
Tints of Tangerine #F67800
RGB
CMYK
RGB Variations
Color information
#F67800 (or 0xF67800) is known color: Tangerine. HEX triplet: F6, 78 and 00. RGB value is (246,120,0). Sum of RGB (Red+Green+Blue) = 246+120+0=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F67800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67800 is #0987FF. Grayscale: #909090. Windows color (decimal): -624640 or 30966. OLE color: 30966.
HSL color Cylindrical-coordinate representation of color #F67800: hue angle of 29.27º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F67800 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.04 |
| HSL | 29.27º | 1% | 0.48% | - |
| HSV(B) | 29.27º | 1% | 0.96% | - |
| XYZ | 44.72 | 33.03 | 4.02 | - |
| YUV | 143.99 | 46.74 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 0 | 0 | 0.51 | 1 | 0.04 | 29.27 | 1 | 0.48 |
| Hex | F6 | 78 | 0 | 0 | 33 | 64 | 4 | 1D | 64 | 30 |
| Octal | 366 | 170 | 0 | 0 | 63 | 144 | 4 | 35 | 144 | 60 |
| Binary | 11110110 | 1111000 | 0 | 0 | 110011 | 1100100 | 100 | 11101 | 1100100 | 110000 |
Color Harmonies of #F67800
Complementary color
Monochromatic Colors of #F67800
Black with #F67800
Text Example
Text Example
White with #F67800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67800; }
p { color: rgb(246,120,0); }
H1.HeaderClassName
{
color: #F67800;
}
.AnyTagClassName
{
color: #F67800;
}
</style>
background-color css
<style>
a { background-color: #F67800; }
a { background-color: rgb(246,120,0); }
div.DivClassName
{
background-color: #F67800;
}
.BgClassName
{
background-color: #F67800;
}
</style>
border-color css
<style>
span { border-color: #F67800; }
span { border-color: rgb(246,120,0); }
td.TdClassName
{
border-color: #F67800;
}
.TagClassName
{
border-color: #F67800;
}
</style>