Shades of Tangerine #F3880B
Tints of Tangerine #F3880B
RGB
CMYK
RGB Variations
Color information
#F3880B (or 0xF3880B) is known color: Tangerine. HEX triplet: F3, 88 and 0B. RGB value is (243,136,11). Sum of RGB (Red+Green+Blue) = 243+136+11=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3880B is #0C77F4. Grayscale: #9A9A9A. Windows color (decimal): -817141 or 755955. OLE color: 755955.
HSL color Cylindrical-coordinate representation of color #F3880B: hue angle of 32.33º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3880B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.05 |
| HSL | 32.33º | 0.91% | 0.5% | - |
| HSV(B) | 32.33º | 0.95% | 0.95% | - |
| XYZ | 45.83 | 36.69 | 4.98 | - |
| YUV | 153.74 | 47.45 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 11 | 0 | 0.44 | 0.95 | 0.05 | 32.33 | 0.91 | 0.5 |
| Hex | F3 | 88 | B | 0 | 2C | 5F | 5 | 20 | 5B | 32 |
| Octal | 363 | 210 | 13 | 0 | 54 | 137 | 5 | 40 | 133 | 62 |
| Binary | 11110011 | 10001000 | 1011 | 0 | 101100 | 1011111 | 101 | 100000 | 1011011 | 110010 |
Color Harmonies of #F3880B
Complementary color
Monochromatic Colors of #F3880B
Black with #F3880B
Text Example
Text Example
White with #F3880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3880B; }
p { color: rgb(243,136,11); }
H1.HeaderClassName
{
color: #F3880B;
}
.AnyTagClassName
{
color: #F3880B;
}
</style>
background-color css
<style>
a { background-color: #F3880B; }
a { background-color: rgb(243,136,11); }
div.DivClassName
{
background-color: #F3880B;
}
.BgClassName
{
background-color: #F3880B;
}
</style>
border-color css
<style>
span { border-color: #F3880B; }
span { border-color: rgb(243,136,11); }
td.TdClassName
{
border-color: #F3880B;
}
.TagClassName
{
border-color: #F3880B;
}
</style>