Shades of Dark Tangerine #F7B515
Tints of Dark Tangerine #F7B515
RGB
CMYK
RGB Variations
Color information
#F7B515 (or 0xF7B515) is known color: Dark Tangerine. HEX triplet: F7, B5 and 15. RGB value is (247,181,21). Sum of RGB (Red+Green+Blue) = 247+181+21=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B515 is #084AEA. Grayscale: #B7B7B7. Windows color (decimal): -543467 or 1422839. OLE color: 1422839.
HSL color Cylindrical-coordinate representation of color #F7B515: hue angle of 42.48º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7B515 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 181 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.03 |
| HSL | 42.48º | 0.93% | 0.53% | - |
| HSV(B) | 42.48º | 0.91% | 0.97% | - |
| XYZ | 55.02 | 52.88 | 8.02 | - |
| YUV | 182.49 | 36.87 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 21 | 0 | 0.27 | 0.91 | 0.03 | 42.48 | 0.93 | 0.53 |
| Hex | F7 | B5 | 15 | 0 | 1B | 5B | 3 | 2A | 5D | 35 |
| Octal | 367 | 265 | 25 | 0 | 33 | 133 | 3 | 52 | 135 | 65 |
| Binary | 11110111 | 10110101 | 10101 | 0 | 11011 | 1011011 | 11 | 101010 | 1011101 | 110101 |
Color Harmonies of #F7B515
Complementary color
Monochromatic Colors of #F7B515
Black with #F7B515
Text Example
Text Example
White with #F7B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B515; }
p { color: rgb(247,181,21); }
H1.HeaderClassName
{
color: #F7B515;
}
.AnyTagClassName
{
color: #F7B515;
}
</style>
background-color css
<style>
a { background-color: #F7B515; }
a { background-color: rgb(247,181,21); }
div.DivClassName
{
background-color: #F7B515;
}
.BgClassName
{
background-color: #F7B515;
}
</style>
border-color css
<style>
span { border-color: #F7B515; }
span { border-color: rgb(247,181,21); }
td.TdClassName
{
border-color: #F7B515;
}
.TagClassName
{
border-color: #F7B515;
}
</style>