Shades of Dark Tangerine #F7A40B
Tints of Dark Tangerine #F7A40B
RGB
CMYK
RGB Variations
Color information
#F7A40B (or 0xF7A40B) is known color: Dark Tangerine. HEX triplet: F7, A4 and 0B. RGB value is (247,164,11). Sum of RGB (Red+Green+Blue) = 247+164+11=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A40B is #085BF4. Grayscale: #ACACAC. Windows color (decimal): -547829 or 763127. OLE color: 763127.
HSL color Cylindrical-coordinate representation of color #F7A40B: hue angle of 38.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7A40B is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 11 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.03 |
| HSL | 38.9º | 0.94% | 0.51% | - |
| HSV(B) | 38.9º | 0.96% | 0.97% | - |
| XYZ | 51.69 | 46.35 | 6.54 | - |
| YUV | 171.38 | 37.5 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 11 | 0 | 0.34 | 0.96 | 0.03 | 38.9 | 0.94 | 0.51 |
| Hex | F7 | A4 | B | 0 | 22 | 60 | 3 | 27 | 5E | 33 |
| Octal | 367 | 244 | 13 | 0 | 42 | 140 | 3 | 47 | 136 | 63 |
| Binary | 11110111 | 10100100 | 1011 | 0 | 100010 | 1100000 | 11 | 100111 | 1011110 | 110011 |
Color Harmonies of #F7A40B
Complementary color
Monochromatic Colors of #F7A40B
Black with #F7A40B
Text Example
Text Example
White with #F7A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A40B; }
p { color: rgb(247,164,11); }
H1.HeaderClassName
{
color: #F7A40B;
}
.AnyTagClassName
{
color: #F7A40B;
}
</style>
background-color css
<style>
a { background-color: #F7A40B; }
a { background-color: rgb(247,164,11); }
div.DivClassName
{
background-color: #F7A40B;
}
.BgClassName
{
background-color: #F7A40B;
}
</style>
border-color css
<style>
span { border-color: #F7A40B; }
span { border-color: rgb(247,164,11); }
td.TdClassName
{
border-color: #F7A40B;
}
.TagClassName
{
border-color: #F7A40B;
}
</style>