Shades of Dark Tangerine #F7A30F
Tints of Dark Tangerine #F7A30F
RGB
CMYK
RGB Variations
Color information
#F7A30F (or 0xF7A30F) is known color: Dark Tangerine. HEX triplet: F7, A3 and 0F. RGB value is (247,163,15). Sum of RGB (Red+Green+Blue) = 247+163+15=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A30F is #085CF0. Grayscale: #ABABAB. Windows color (decimal): -548081 or 1025015. OLE color: 1025015.
HSL color Cylindrical-coordinate representation of color #F7A30F: hue angle of 38.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7A30F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.03 |
| HSL | 38.28º | 0.94% | 0.51% | - |
| HSV(B) | 38.28º | 0.94% | 0.97% | - |
| XYZ | 51.54 | 46 | 6.61 | - |
| YUV | 171.24 | 39.83 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 15 | 0 | 0.34 | 0.94 | 0.03 | 38.28 | 0.94 | 0.51 |
| Hex | F7 | A3 | F | 0 | 22 | 5E | 3 | 26 | 5E | 33 |
| Octal | 367 | 243 | 17 | 0 | 42 | 136 | 3 | 46 | 136 | 63 |
| Binary | 11110111 | 10100011 | 1111 | 0 | 100010 | 1011110 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F7A30F
Complementary color
Monochromatic Colors of #F7A30F
Black with #F7A30F
Text Example
Text Example
White with #F7A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A30F; }
p { color: rgb(247,163,15); }
H1.HeaderClassName
{
color: #F7A30F;
}
.AnyTagClassName
{
color: #F7A30F;
}
</style>
background-color css
<style>
a { background-color: #F7A30F; }
a { background-color: rgb(247,163,15); }
div.DivClassName
{
background-color: #F7A30F;
}
.BgClassName
{
background-color: #F7A30F;
}
</style>
border-color css
<style>
span { border-color: #F7A30F; }
span { border-color: rgb(247,163,15); }
td.TdClassName
{
border-color: #F7A30F;
}
.TagClassName
{
border-color: #F7A30F;
}
</style>