Shades of Tangerine #F88301
Tints of Tangerine #F88301
RGB
CMYK
RGB Variations
Color information
#F88301 (or 0xF88301) is known color: Tangerine. HEX triplet: F8, 83 and 01. RGB value is (248,131,1). Sum of RGB (Red+Green+Blue) = 248+131+1=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F88301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88301 is #077CFE. Grayscale: #979797. Windows color (decimal): -490751 or 99320. OLE color: 99320.
HSL color Cylindrical-coordinate representation of color #F88301: hue angle of 31.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F88301 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.03 |
| HSL | 31.58º | 0.99% | 0.49% | - |
| HSV(B) | 31.58º | 1% | 0.97% | - |
| XYZ | 46.83 | 36.19 | 4.55 | - |
| YUV | 151.16 | 43.26 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 1 | 0 | 0.47 | 1.00 | 0.03 | 31.58 | 0.99 | 0.49 |
| Hex | F8 | 83 | 1 | 0 | 2F | 64 | 3 | 20 | 63 | 31 |
| Octal | 370 | 203 | 1 | 0 | 57 | 144 | 3 | 40 | 143 | 61 |
| Binary | 11111000 | 10000011 | 1 | 0 | 101111 | 1100100 | 11 | 100000 | 1100011 | 110001 |
Color Harmonies of #F88301
Complementary color
Monochromatic Colors of #F88301
Black with #F88301
Text Example
Text Example
White with #F88301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88301; }
p { color: rgb(248,131,1); }
H1.HeaderClassName
{
color: #F88301;
}
.AnyTagClassName
{
color: #F88301;
}
</style>
background-color css
<style>
a { background-color: #F88301; }
a { background-color: rgb(248,131,1); }
div.DivClassName
{
background-color: #F88301;
}
.BgClassName
{
background-color: #F88301;
}
</style>
border-color css
<style>
span { border-color: #F88301; }
span { border-color: rgb(248,131,1); }
td.TdClassName
{
border-color: #F88301;
}
.TagClassName
{
border-color: #F88301;
}
</style>