Shades of Tangerine #F07B0D
Tints of Tangerine #F07B0D
RGB
CMYK
RGB Variations
Color information
#F07B0D (or 0xF07B0D) is known color: Tangerine. HEX triplet: F0, 7B and 0D. RGB value is (240,123,13). Sum of RGB (Red+Green+Blue) = 240+123+13=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07B0D is #0F84F2. Grayscale: #929292. Windows color (decimal): -1017075 or 883696. OLE color: 883696.
HSL color Cylindrical-coordinate representation of color #F07B0D: hue angle of 29.07º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F07B0D is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 13 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.06 |
| HSL | 29.07º | 0.9% | 0.5% | - |
| HSV(B) | 29.07º | 0.95% | 0.94% | - |
| XYZ | 43.09 | 32.72 | 4.43 | - |
| YUV | 145.44 | 53.26 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 13 | 0 | 0.49 | 0.95 | 0.06 | 29.07 | 0.9 | 0.5 |
| Hex | F0 | 7B | D | 0 | 31 | 5F | 6 | 1D | 5A | 32 |
| Octal | 360 | 173 | 15 | 0 | 61 | 137 | 6 | 35 | 132 | 62 |
| Binary | 11110000 | 1111011 | 1101 | 0 | 110001 | 1011111 | 110 | 11101 | 1011010 | 110010 |
Color Harmonies of #F07B0D
Complementary color
Monochromatic Colors of #F07B0D
Black with #F07B0D
Text Example
Text Example
White with #F07B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B0D; }
p { color: rgb(240,123,13); }
H1.HeaderClassName
{
color: #F07B0D;
}
.AnyTagClassName
{
color: #F07B0D;
}
</style>
background-color css
<style>
a { background-color: #F07B0D; }
a { background-color: rgb(240,123,13); }
div.DivClassName
{
background-color: #F07B0D;
}
.BgClassName
{
background-color: #F07B0D;
}
</style>
border-color css
<style>
span { border-color: #F07B0D; }
span { border-color: rgb(240,123,13); }
td.TdClassName
{
border-color: #F07B0D;
}
.TagClassName
{
border-color: #F07B0D;
}
</style>