Shades of Dark Tangerine #F7B022
Tints of Dark Tangerine #F7B022
RGB
CMYK
RGB Variations
Color information
#F7B022 (or 0xF7B022) is known color: Dark Tangerine. HEX triplet: F7, B0 and 22. RGB value is (247,176,34). Sum of RGB (Red+Green+Blue) = 247+176+34=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B022 is #084FDD. Grayscale: #B5B5B5. Windows color (decimal): -544734 or 2273527. OLE color: 2273527.
HSL color Cylindrical-coordinate representation of color #F7B022: hue angle of 40º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7B022 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 34 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.03 |
| HSL | 40º | 0.93% | 0.55% | - |
| HSV(B) | 40º | 0.86% | 0.97% | - |
| XYZ | 54.17 | 50.94 | 8.49 | - |
| YUV | 181.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 34 | 0 | 0.29 | 0.86 | 0.03 | 40 | 0.93 | 0.55 |
| Hex | F7 | B0 | 22 | 0 | 1D | 56 | 3 | 28 | 5D | 37 |
| Octal | 367 | 260 | 42 | 0 | 35 | 126 | 3 | 50 | 135 | 67 |
| Binary | 11110111 | 10110000 | 100010 | 0 | 11101 | 1010110 | 11 | 101000 | 1011101 | 110111 |
Color Harmonies of #F7B022
Complementary color
Monochromatic Colors of #F7B022
Black with #F7B022
Text Example
Text Example
White with #F7B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B022; }
p { color: rgb(247,176,34); }
H1.HeaderClassName
{
color: #F7B022;
}
.AnyTagClassName
{
color: #F7B022;
}
</style>
background-color css
<style>
a { background-color: #F7B022; }
a { background-color: rgb(247,176,34); }
div.DivClassName
{
background-color: #F7B022;
}
.BgClassName
{
background-color: #F7B022;
}
</style>
border-color css
<style>
span { border-color: #F7B022; }
span { border-color: rgb(247,176,34); }
td.TdClassName
{
border-color: #F7B022;
}
.TagClassName
{
border-color: #F7B022;
}
</style>