Shades of Dark Tangerine #F7AD0F
Tints of Dark Tangerine #F7AD0F
RGB
CMYK
RGB Variations
Color information
#F7AD0F (or 0xF7AD0F) is known color: Dark Tangerine. HEX triplet: F7, AD and 0F. RGB value is (247,173,15). Sum of RGB (Red+Green+Blue) = 247+173+15=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AD0F is #0852F0. Grayscale: #B1B1B1. Windows color (decimal): -545521 or 1027575. OLE color: 1027575.
HSL color Cylindrical-coordinate representation of color #F7AD0F: hue angle of 40.86º 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 #F7AD0F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.03 |
| HSL | 40.86º | 0.94% | 0.51% | - |
| HSV(B) | 40.86º | 0.94% | 0.97% | - |
| XYZ | 53.39 | 49.7 | 7.23 | - |
| YUV | 177.11 | 36.52 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 15 | 0 | 0.30 | 0.94 | 0.03 | 40.86 | 0.94 | 0.51 |
| Hex | F7 | AD | F | 0 | 1E | 5E | 3 | 29 | 5E | 33 |
| Octal | 367 | 255 | 17 | 0 | 36 | 136 | 3 | 51 | 136 | 63 |
| Binary | 11110111 | 10101101 | 1111 | 0 | 11110 | 1011110 | 11 | 101001 | 1011110 | 110011 |
Color Harmonies of #F7AD0F
Complementary color
Monochromatic Colors of #F7AD0F
Black with #F7AD0F
Text Example
Text Example
White with #F7AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD0F; }
p { color: rgb(247,173,15); }
H1.HeaderClassName
{
color: #F7AD0F;
}
.AnyTagClassName
{
color: #F7AD0F;
}
</style>
background-color css
<style>
a { background-color: #F7AD0F; }
a { background-color: rgb(247,173,15); }
div.DivClassName
{
background-color: #F7AD0F;
}
.BgClassName
{
background-color: #F7AD0F;
}
</style>
border-color css
<style>
span { border-color: #F7AD0F; }
span { border-color: rgb(247,173,15); }
td.TdClassName
{
border-color: #F7AD0F;
}
.TagClassName
{
border-color: #F7AD0F;
}
</style>