Shades of Dark Tangerine #F7B10D
Tints of Dark Tangerine #F7B10D
RGB
CMYK
RGB Variations
Color information
#F7B10D (or 0xF7B10D) is known color: Dark Tangerine. HEX triplet: F7, B1 and 0D. RGB value is (247,177,13). Sum of RGB (Red+Green+Blue) = 247+177+13=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B10D is #084EF2. Grayscale: #B3B3B3. Windows color (decimal): -544499 or 897527. OLE color: 897527.
HSL color Cylindrical-coordinate representation of color #F7B10D: hue angle of 42.05º 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 #F7B10D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.03 |
| HSL | 42.05º | 0.94% | 0.51% | - |
| HSV(B) | 42.05º | 0.95% | 0.97% | - |
| XYZ | 54.15 | 51.25 | 7.42 | - |
| YUV | 179.23 | 34.19 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 13 | 0 | 0.28 | 0.95 | 0.03 | 42.05 | 0.94 | 0.51 |
| Hex | F7 | B1 | D | 0 | 1C | 5F | 3 | 2A | 5E | 33 |
| Octal | 367 | 261 | 15 | 0 | 34 | 137 | 3 | 52 | 136 | 63 |
| Binary | 11110111 | 10110001 | 1101 | 0 | 11100 | 1011111 | 11 | 101010 | 1011110 | 110011 |
Color Harmonies of #F7B10D
Complementary color
Monochromatic Colors of #F7B10D
Black with #F7B10D
Text Example
Text Example
White with #F7B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B10D; }
p { color: rgb(247,177,13); }
H1.HeaderClassName
{
color: #F7B10D;
}
.AnyTagClassName
{
color: #F7B10D;
}
</style>
background-color css
<style>
a { background-color: #F7B10D; }
a { background-color: rgb(247,177,13); }
div.DivClassName
{
background-color: #F7B10D;
}
.BgClassName
{
background-color: #F7B10D;
}
</style>
border-color css
<style>
span { border-color: #F7B10D; }
span { border-color: rgb(247,177,13); }
td.TdClassName
{
border-color: #F7B10D;
}
.TagClassName
{
border-color: #F7B10D;
}
</style>