Shades of Tangerine #F07F09
Tints of Tangerine #F07F09
RGB
CMYK
RGB Variations
Color information
#F07F09 (or 0xF07F09) is known color: Tangerine. HEX triplet: F0, 7F and 09. RGB value is (240,127,9). Sum of RGB (Red+Green+Blue) = 240+127+9=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F09 is #0F80F6. Grayscale: #939393. Windows color (decimal): -1016055 or 622576. OLE color: 622576.
HSL color Cylindrical-coordinate representation of color #F07F09: hue angle of 30.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F07F09 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.06 |
| HSL | 30.65º | 0.93% | 0.49% | - |
| HSV(B) | 30.65º | 0.96% | 0.94% | - |
| XYZ | 43.57 | 33.72 | 4.47 | - |
| YUV | 147.34 | 49.94 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 9 | 0 | 0.47 | 0.96 | 0.06 | 30.65 | 0.93 | 0.49 |
| Hex | F0 | 7F | 9 | 0 | 2F | 60 | 6 | 1F | 5D | 31 |
| Octal | 360 | 177 | 11 | 0 | 57 | 140 | 6 | 37 | 135 | 61 |
| Binary | 11110000 | 1111111 | 1001 | 0 | 101111 | 1100000 | 110 | 11111 | 1011101 | 110001 |
Color Harmonies of #F07F09
Complementary color
Monochromatic Colors of #F07F09
Black with #F07F09
Text Example
Text Example
White with #F07F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F09; }
p { color: rgb(240,127,9); }
H1.HeaderClassName
{
color: #F07F09;
}
.AnyTagClassName
{
color: #F07F09;
}
</style>
background-color css
<style>
a { background-color: #F07F09; }
a { background-color: rgb(240,127,9); }
div.DivClassName
{
background-color: #F07F09;
}
.BgClassName
{
background-color: #F07F09;
}
</style>
border-color css
<style>
span { border-color: #F07F09; }
span { border-color: rgb(240,127,9); }
td.TdClassName
{
border-color: #F07F09;
}
.TagClassName
{
border-color: #F07F09;
}
</style>