Shades of Tangerine #F87802
Tints of Tangerine #F87802
RGB
CMYK
RGB Variations
Color information
#F87802 (or 0xF87802) is known color: Tangerine. HEX triplet: F8, 78 and 02. RGB value is (248,120,2). Sum of RGB (Red+Green+Blue) = 248+120+2=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F87802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87802 is #0787FD. Grayscale: #919191. Windows color (decimal): -493566 or 162040. OLE color: 162040.
HSL color Cylindrical-coordinate representation of color #F87802: hue angle of 28.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F87802 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.03 |
| HSL | 28.78º | 0.98% | 0.49% | - |
| HSV(B) | 28.78º | 0.99% | 0.97% | - |
| XYZ | 45.44 | 33.39 | 4.11 | - |
| YUV | 144.82 | 47.41 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 2 | 0 | 0.52 | 0.99 | 0.03 | 28.78 | 0.98 | 0.49 |
| Hex | F8 | 78 | 2 | 0 | 34 | 63 | 3 | 1D | 62 | 31 |
| Octal | 370 | 170 | 2 | 0 | 64 | 143 | 3 | 35 | 142 | 61 |
| Binary | 11111000 | 1111000 | 10 | 0 | 110100 | 1100011 | 11 | 11101 | 1100010 | 110001 |
Color Harmonies of #F87802
Complementary color
Monochromatic Colors of #F87802
Black with #F87802
Text Example
Text Example
White with #F87802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87802; }
p { color: rgb(248,120,2); }
H1.HeaderClassName
{
color: #F87802;
}
.AnyTagClassName
{
color: #F87802;
}
</style>
background-color css
<style>
a { background-color: #F87802; }
a { background-color: rgb(248,120,2); }
div.DivClassName
{
background-color: #F87802;
}
.BgClassName
{
background-color: #F87802;
}
</style>
border-color css
<style>
span { border-color: #F87802; }
span { border-color: rgb(248,120,2); }
td.TdClassName
{
border-color: #F87802;
}
.TagClassName
{
border-color: #F87802;
}
</style>