Shades of Tangerine #F07F0A
Tints of Tangerine #F07F0A
RGB
CMYK
RGB Variations
Color information
#F07F0A (or 0xF07F0A) is known color: Tangerine. HEX triplet: F0, 7F and 0A. RGB value is (240,127,10). Sum of RGB (Red+Green+Blue) = 240+127+10=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F0A is #0F80F5. Grayscale: #949494. Windows color (decimal): -1016054 or 688112. OLE color: 688112.
HSL color Cylindrical-coordinate representation of color #F07F0A: hue angle of 30.52º degrees, saturation: 0.92, 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 #F07F0A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.06 |
| HSL | 30.52º | 0.92% | 0.49% | - |
| HSV(B) | 30.52º | 0.96% | 0.94% | - |
| XYZ | 43.58 | 33.73 | 4.5 | - |
| YUV | 147.45 | 50.44 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 10 | 0 | 0.47 | 0.96 | 0.06 | 30.52 | 0.92 | 0.49 |
| Hex | F0 | 7F | A | 0 | 2F | 60 | 6 | 1F | 5C | 31 |
| Octal | 360 | 177 | 12 | 0 | 57 | 140 | 6 | 37 | 134 | 61 |
| Binary | 11110000 | 1111111 | 1010 | 0 | 101111 | 1100000 | 110 | 11111 | 1011100 | 110001 |
Color Harmonies of #F07F0A
Complementary color
Monochromatic Colors of #F07F0A
Black with #F07F0A
Text Example
Text Example
White with #F07F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F0A; }
p { color: rgb(240,127,10); }
H1.HeaderClassName
{
color: #F07F0A;
}
.AnyTagClassName
{
color: #F07F0A;
}
</style>
background-color css
<style>
a { background-color: #F07F0A; }
a { background-color: rgb(240,127,10); }
div.DivClassName
{
background-color: #F07F0A;
}
.BgClassName
{
background-color: #F07F0A;
}
</style>
border-color css
<style>
span { border-color: #F07F0A; }
span { border-color: rgb(240,127,10); }
td.TdClassName
{
border-color: #F07F0A;
}
.TagClassName
{
border-color: #F07F0A;
}
</style>