Shades of Tangerine #F8800B
Tints of Tangerine #F8800B
RGB
CMYK
RGB Variations
Color information
#F8800B (or 0xF8800B) is known color: Tangerine. HEX triplet: F8, 80 and 0B. RGB value is (248,128,11). Sum of RGB (Red+Green+Blue) = 248+128+11=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F8800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8800B is #077FF4. Grayscale: #979797. Windows color (decimal): -491509 or 753912. OLE color: 753912.
HSL color Cylindrical-coordinate representation of color #F8800B: hue angle of 29.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8800B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.03 |
| HSL | 29.62º | 0.94% | 0.51% | - |
| HSV(B) | 29.62º | 0.96% | 0.97% | - |
| XYZ | 46.49 | 35.42 | 4.7 | - |
| YUV | 150.54 | 49.26 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 11 | 0 | 0.48 | 0.96 | 0.03 | 29.62 | 0.94 | 0.51 |
| Hex | F8 | 80 | B | 0 | 30 | 60 | 3 | 1E | 5E | 33 |
| Octal | 370 | 200 | 13 | 0 | 60 | 140 | 3 | 36 | 136 | 63 |
| Binary | 11111000 | 10000000 | 1011 | 0 | 110000 | 1100000 | 11 | 11110 | 1011110 | 110011 |
Color Harmonies of #F8800B
Complementary color
Monochromatic Colors of #F8800B
Black with #F8800B
Text Example
Text Example
White with #F8800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8800B; }
p { color: rgb(248,128,11); }
H1.HeaderClassName
{
color: #F8800B;
}
.AnyTagClassName
{
color: #F8800B;
}
</style>
background-color css
<style>
a { background-color: #F8800B; }
a { background-color: rgb(248,128,11); }
div.DivClassName
{
background-color: #F8800B;
}
.BgClassName
{
background-color: #F8800B;
}
</style>
border-color css
<style>
span { border-color: #F8800B; }
span { border-color: rgb(248,128,11); }
td.TdClassName
{
border-color: #F8800B;
}
.TagClassName
{
border-color: #F8800B;
}
</style>