Shades of Tangerine #F8880C
Tints of Tangerine #F8880C
RGB
CMYK
RGB Variations
Color information
#F8880C (or 0xF8880C) is known color: Tangerine. HEX triplet: F8, 88 and 0C. RGB value is (248,136,12). Sum of RGB (Red+Green+Blue) = 248+136+12=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8880C is #0777F3. Grayscale: #9B9B9B. Windows color (decimal): -489460 or 821496. OLE color: 821496.
HSL color Cylindrical-coordinate representation of color #F8880C: hue angle of 31.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8880C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 12 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.03 |
| HSL | 31.53º | 0.94% | 0.51% | - |
| HSV(B) | 31.53º | 0.95% | 0.97% | - |
| XYZ | 47.58 | 37.59 | 5.1 | - |
| YUV | 155.35 | 47.11 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 12 | 0 | 0.45 | 0.95 | 0.03 | 31.53 | 0.94 | 0.51 |
| Hex | F8 | 88 | C | 0 | 2D | 5F | 3 | 20 | 5E | 33 |
| Octal | 370 | 210 | 14 | 0 | 55 | 137 | 3 | 40 | 136 | 63 |
| Binary | 11111000 | 10001000 | 1100 | 0 | 101101 | 1011111 | 11 | 100000 | 1011110 | 110011 |
Color Harmonies of #F8880C
Complementary color
Monochromatic Colors of #F8880C
Black with #F8880C
Text Example
Text Example
White with #F8880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8880C; }
p { color: rgb(248,136,12); }
H1.HeaderClassName
{
color: #F8880C;
}
.AnyTagClassName
{
color: #F8880C;
}
</style>
background-color css
<style>
a { background-color: #F8880C; }
a { background-color: rgb(248,136,12); }
div.DivClassName
{
background-color: #F8880C;
}
.BgClassName
{
background-color: #F8880C;
}
</style>
border-color css
<style>
span { border-color: #F8880C; }
span { border-color: rgb(248,136,12); }
td.TdClassName
{
border-color: #F8880C;
}
.TagClassName
{
border-color: #F8880C;
}
</style>