Shades of Tangerine #F67D0A
Tints of Tangerine #F67D0A
RGB
CMYK
RGB Variations
Color information
#F67D0A (or 0xF67D0A) is known color: Tangerine. HEX triplet: F6, 7D and 0A. RGB value is (246,125,10). Sum of RGB (Red+Green+Blue) = 246+125+10=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D0A is #0982F5. Grayscale: #949494. Windows color (decimal): -623350 or 687606. OLE color: 687606.
HSL color Cylindrical-coordinate representation of color #F67D0A: hue angle of 29.24º 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 #F67D0A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.04 |
| HSL | 29.24º | 0.93% | 0.5% | - |
| HSV(B) | 29.24º | 0.96% | 0.96% | - |
| XYZ | 45.39 | 34.28 | 4.51 | - |
| YUV | 148.07 | 50.09 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 10 | 0 | 0.49 | 0.96 | 0.04 | 29.24 | 0.93 | 0.5 |
| Hex | F6 | 7D | A | 0 | 31 | 60 | 4 | 1D | 5D | 32 |
| Octal | 366 | 175 | 12 | 0 | 61 | 140 | 4 | 35 | 135 | 62 |
| Binary | 11110110 | 1111101 | 1010 | 0 | 110001 | 1100000 | 100 | 11101 | 1011101 | 110010 |
Color Harmonies of #F67D0A
Complementary color
Monochromatic Colors of #F67D0A
Black with #F67D0A
Text Example
Text Example
White with #F67D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D0A; }
p { color: rgb(246,125,10); }
H1.HeaderClassName
{
color: #F67D0A;
}
.AnyTagClassName
{
color: #F67D0A;
}
</style>
background-color css
<style>
a { background-color: #F67D0A; }
a { background-color: rgb(246,125,10); }
div.DivClassName
{
background-color: #F67D0A;
}
.BgClassName
{
background-color: #F67D0A;
}
</style>
border-color css
<style>
span { border-color: #F67D0A; }
span { border-color: rgb(246,125,10); }
td.TdClassName
{
border-color: #F67D0A;
}
.TagClassName
{
border-color: #F67D0A;
}
</style>