Shades of Dark Tangerine #F7B30E
Tints of Dark Tangerine #F7B30E
RGB
CMYK
RGB Variations
Color information
#F7B30E (or 0xF7B30E) is known color: Dark Tangerine. HEX triplet: F7, B3 and 0E. RGB value is (247,179,14). Sum of RGB (Red+Green+Blue) = 247+179+14=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B30E is #084CF1. Grayscale: #B5B5B5. Windows color (decimal): -543986 or 963575. OLE color: 963575.
HSL color Cylindrical-coordinate representation of color #F7B30E: hue angle of 42.49º 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 #F7B30E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.03 |
| HSL | 42.49º | 0.94% | 0.51% | - |
| HSV(B) | 42.49º | 0.94% | 0.97% | - |
| XYZ | 54.56 | 52.05 | 7.59 | - |
| YUV | 180.52 | 34.03 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 14 | 0 | 0.28 | 0.94 | 0.03 | 42.49 | 0.94 | 0.51 |
| Hex | F7 | B3 | E | 0 | 1C | 5E | 3 | 2A | 5E | 33 |
| Octal | 367 | 263 | 16 | 0 | 34 | 136 | 3 | 52 | 136 | 63 |
| Binary | 11110111 | 10110011 | 1110 | 0 | 11100 | 1011110 | 11 | 101010 | 1011110 | 110011 |
Color Harmonies of #F7B30E
Complementary color
Monochromatic Colors of #F7B30E
Black with #F7B30E
Text Example
Text Example
White with #F7B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B30E; }
p { color: rgb(247,179,14); }
H1.HeaderClassName
{
color: #F7B30E;
}
.AnyTagClassName
{
color: #F7B30E;
}
</style>
background-color css
<style>
a { background-color: #F7B30E; }
a { background-color: rgb(247,179,14); }
div.DivClassName
{
background-color: #F7B30E;
}
.BgClassName
{
background-color: #F7B30E;
}
</style>
border-color css
<style>
span { border-color: #F7B30E; }
span { border-color: rgb(247,179,14); }
td.TdClassName
{
border-color: #F7B30E;
}
.TagClassName
{
border-color: #F7B30E;
}
</style>