Shades of Tangerine #F07F0D
Tints of Tangerine #F07F0D
RGB
CMYK
RGB Variations
Color information
#F07F0D (or 0xF07F0D) is known color: Tangerine. HEX triplet: F0, 7F and 0D. RGB value is (240,127,13). Sum of RGB (Red+Green+Blue) = 240+127+13=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F0D is #0F80F2. Grayscale: #949494. Windows color (decimal): -1016051 or 884720. OLE color: 884720.
HSL color Cylindrical-coordinate representation of color #F07F0D: hue angle of 30.13º 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 #F07F0D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.06 |
| HSL | 30.13º | 0.9% | 0.5% | - |
| HSV(B) | 30.13º | 0.95% | 0.94% | - |
| XYZ | 43.6 | 33.73 | 4.59 | - |
| YUV | 147.79 | 51.94 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 13 | 0 | 0.47 | 0.95 | 0.06 | 30.13 | 0.9 | 0.5 |
| Hex | F0 | 7F | D | 0 | 2F | 5F | 6 | 1E | 5A | 32 |
| Octal | 360 | 177 | 15 | 0 | 57 | 137 | 6 | 36 | 132 | 62 |
| Binary | 11110000 | 1111111 | 1101 | 0 | 101111 | 1011111 | 110 | 11110 | 1011010 | 110010 |
Color Harmonies of #F07F0D
Complementary color
Monochromatic Colors of #F07F0D
Black with #F07F0D
Text Example
Text Example
White with #F07F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F0D; }
p { color: rgb(240,127,13); }
H1.HeaderClassName
{
color: #F07F0D;
}
.AnyTagClassName
{
color: #F07F0D;
}
</style>
background-color css
<style>
a { background-color: #F07F0D; }
a { background-color: rgb(240,127,13); }
div.DivClassName
{
background-color: #F07F0D;
}
.BgClassName
{
background-color: #F07F0D;
}
</style>
border-color css
<style>
span { border-color: #F07F0D; }
span { border-color: rgb(240,127,13); }
td.TdClassName
{
border-color: #F07F0D;
}
.TagClassName
{
border-color: #F07F0D;
}
</style>