Shades of Dark Tangerine #F6A30C
Tints of Dark Tangerine #F6A30C
RGB
CMYK
RGB Variations
Color information
#F6A30C (or 0xF6A30C) is known color: Dark Tangerine. HEX triplet: F6, A3 and 0C. RGB value is (246,163,12). Sum of RGB (Red+Green+Blue) = 246+163+12=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A30C is #095CF3. Grayscale: #ABABAB. Windows color (decimal): -613620 or 828406. OLE color: 828406.
HSL color Cylindrical-coordinate representation of color #F6A30C: hue angle of 38.72º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6A30C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.04 |
| HSL | 38.72º | 0.93% | 0.51% | - |
| HSV(B) | 38.72º | 0.95% | 0.96% | - |
| XYZ | 51.17 | 45.81 | 6.49 | - |
| YUV | 170.6 | 38.5 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 12 | 0 | 0.34 | 0.95 | 0.04 | 38.72 | 0.93 | 0.51 |
| Hex | F6 | A3 | C | 0 | 22 | 5F | 4 | 27 | 5D | 33 |
| Octal | 366 | 243 | 14 | 0 | 42 | 137 | 4 | 47 | 135 | 63 |
| Binary | 11110110 | 10100011 | 1100 | 0 | 100010 | 1011111 | 100 | 100111 | 1011101 | 110011 |
Color Harmonies of #F6A30C
Complementary color
Monochromatic Colors of #F6A30C
Black with #F6A30C
Text Example
Text Example
White with #F6A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A30C; }
p { color: rgb(246,163,12); }
H1.HeaderClassName
{
color: #F6A30C;
}
.AnyTagClassName
{
color: #F6A30C;
}
</style>
background-color css
<style>
a { background-color: #F6A30C; }
a { background-color: rgb(246,163,12); }
div.DivClassName
{
background-color: #F6A30C;
}
.BgClassName
{
background-color: #F6A30C;
}
</style>
border-color css
<style>
span { border-color: #F6A30C; }
span { border-color: rgb(246,163,12); }
td.TdClassName
{
border-color: #F6A30C;
}
.TagClassName
{
border-color: #F6A30C;
}
</style>