Shades of Dark Tangerine #F7A40C
Tints of Dark Tangerine #F7A40C
RGB
CMYK
RGB Variations
Color information
#F7A40C (or 0xF7A40C) is known color: Dark Tangerine. HEX triplet: F7, A4 and 0C. RGB value is (247,164,12). Sum of RGB (Red+Green+Blue) = 247+164+12=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A40C is #085BF3. Grayscale: #ACACAC. Windows color (decimal): -547828 or 828663. OLE color: 828663.
HSL color Cylindrical-coordinate representation of color #F7A40C: hue angle of 38.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7A40C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.03 |
| HSL | 38.81º | 0.94% | 0.51% | - |
| HSV(B) | 38.81º | 0.95% | 0.97% | - |
| XYZ | 51.7 | 46.35 | 6.57 | - |
| YUV | 171.49 | 38 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 12 | 0 | 0.34 | 0.95 | 0.03 | 38.81 | 0.94 | 0.51 |
| Hex | F7 | A4 | C | 0 | 22 | 5F | 3 | 27 | 5E | 33 |
| Octal | 367 | 244 | 14 | 0 | 42 | 137 | 3 | 47 | 136 | 63 |
| Binary | 11110111 | 10100100 | 1100 | 0 | 100010 | 1011111 | 11 | 100111 | 1011110 | 110011 |
Color Harmonies of #F7A40C
Complementary color
Monochromatic Colors of #F7A40C
Black with #F7A40C
Text Example
Text Example
White with #F7A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A40C; }
p { color: rgb(247,164,12); }
H1.HeaderClassName
{
color: #F7A40C;
}
.AnyTagClassName
{
color: #F7A40C;
}
</style>
background-color css
<style>
a { background-color: #F7A40C; }
a { background-color: rgb(247,164,12); }
div.DivClassName
{
background-color: #F7A40C;
}
.BgClassName
{
background-color: #F7A40C;
}
</style>
border-color css
<style>
span { border-color: #F7A40C; }
span { border-color: rgb(247,164,12); }
td.TdClassName
{
border-color: #F7A40C;
}
.TagClassName
{
border-color: #F7A40C;
}
</style>