Shades of Tangerine #F07F0B
Tints of Tangerine #F07F0B
RGB
CMYK
RGB Variations
Color information
#F07F0B (or 0xF07F0B) is known color: Tangerine. HEX triplet: F0, 7F and 0B. RGB value is (240,127,11). Sum of RGB (Red+Green+Blue) = 240+127+11=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F0B is #0F80F4. Grayscale: #949494. Windows color (decimal): -1016053 or 753648. OLE color: 753648.
HSL color Cylindrical-coordinate representation of color #F07F0B: hue angle of 30.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F07F0B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.06 |
| HSL | 30.39º | 0.91% | 0.49% | - |
| HSV(B) | 30.39º | 0.95% | 0.94% | - |
| XYZ | 43.58 | 33.73 | 4.53 | - |
| YUV | 147.56 | 50.94 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 11 | 0 | 0.47 | 0.95 | 0.06 | 30.39 | 0.91 | 0.49 |
| Hex | F0 | 7F | B | 0 | 2F | 5F | 6 | 1E | 5B | 31 |
| Octal | 360 | 177 | 13 | 0 | 57 | 137 | 6 | 36 | 133 | 61 |
| Binary | 11110000 | 1111111 | 1011 | 0 | 101111 | 1011111 | 110 | 11110 | 1011011 | 110001 |
Color Harmonies of #F07F0B
Complementary color
Monochromatic Colors of #F07F0B
Black with #F07F0B
Text Example
Text Example
White with #F07F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F0B; }
p { color: rgb(240,127,11); }
H1.HeaderClassName
{
color: #F07F0B;
}
.AnyTagClassName
{
color: #F07F0B;
}
</style>
background-color css
<style>
a { background-color: #F07F0B; }
a { background-color: rgb(240,127,11); }
div.DivClassName
{
background-color: #F07F0B;
}
.BgClassName
{
background-color: #F07F0B;
}
</style>
border-color css
<style>
span { border-color: #F07F0B; }
span { border-color: rgb(240,127,11); }
td.TdClassName
{
border-color: #F07F0B;
}
.TagClassName
{
border-color: #F07F0B;
}
</style>