Shades of Tangerine #F87A00
Tints of Tangerine #F87A00
RGB
CMYK
RGB Variations
Color information
#F87A00 (or 0xF87A00) is known color: Tangerine. HEX triplet: F8, 7A and 00. RGB value is (248,122,0). Sum of RGB (Red+Green+Blue) = 248+122+0=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87A00 is #0785FF. Grayscale: #929292. Windows color (decimal): -493056 or 31480. OLE color: 31480.
HSL color Cylindrical-coordinate representation of color #F87A00: hue angle of 29.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F87A00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.03 |
| HSL | 29.52º | 1% | 0.49% | - |
| HSV(B) | 29.52º | 1% | 0.97% | - |
| XYZ | 45.67 | 33.88 | 4.13 | - |
| YUV | 145.77 | 45.74 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 0 | 0 | 0.51 | 1 | 0.03 | 29.52 | 1 | 0.49 |
| Hex | F8 | 7A | 0 | 0 | 33 | 64 | 3 | 1E | 64 | 31 |
| Octal | 370 | 172 | 0 | 0 | 63 | 144 | 3 | 36 | 144 | 61 |
| Binary | 11111000 | 1111010 | 0 | 0 | 110011 | 1100100 | 11 | 11110 | 1100100 | 110001 |
Color Harmonies of #F87A00
Complementary color
Monochromatic Colors of #F87A00
Black with #F87A00
Text Example
Text Example
White with #F87A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A00; }
p { color: rgb(248,122,0); }
H1.HeaderClassName
{
color: #F87A00;
}
.AnyTagClassName
{
color: #F87A00;
}
</style>
background-color css
<style>
a { background-color: #F87A00; }
a { background-color: rgb(248,122,0); }
div.DivClassName
{
background-color: #F87A00;
}
.BgClassName
{
background-color: #F87A00;
}
</style>
border-color css
<style>
span { border-color: #F87A00; }
span { border-color: rgb(248,122,0); }
td.TdClassName
{
border-color: #F87A00;
}
.TagClassName
{
border-color: #F87A00;
}
</style>