Shades of Tangerine #F28508
Tints of Tangerine #F28508
RGB
CMYK
RGB Variations
Color information
#F28508 (or 0xF28508) is known color: Tangerine. HEX triplet: F2, 85 and 08. RGB value is (242,133,8). Sum of RGB (Red+Green+Blue) = 242+133+8=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F28508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28508 is #0D7AF7. Grayscale: #979797. Windows color (decimal): -883448 or 558578. OLE color: 558578.
HSL color Cylindrical-coordinate representation of color #F28508: hue angle of 32.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F28508 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.05 |
| HSL | 32.05º | 0.94% | 0.49% | - |
| HSV(B) | 32.05º | 0.97% | 0.95% | - |
| XYZ | 45.05 | 35.67 | 4.74 | - |
| YUV | 151.34 | 47.11 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 8 | 0 | 0.45 | 0.97 | 0.05 | 32.05 | 0.94 | 0.49 |
| Hex | F2 | 85 | 8 | 0 | 2D | 61 | 5 | 20 | 5E | 31 |
| Octal | 362 | 205 | 10 | 0 | 55 | 141 | 5 | 40 | 136 | 61 |
| Binary | 11110010 | 10000101 | 1000 | 0 | 101101 | 1100001 | 101 | 100000 | 1011110 | 110001 |
Color Harmonies of #F28508
Complementary color
Monochromatic Colors of #F28508
Black with #F28508
Text Example
Text Example
White with #F28508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28508; }
p { color: rgb(242,133,8); }
H1.HeaderClassName
{
color: #F28508;
}
.AnyTagClassName
{
color: #F28508;
}
</style>
background-color css
<style>
a { background-color: #F28508; }
a { background-color: rgb(242,133,8); }
div.DivClassName
{
background-color: #F28508;
}
.BgClassName
{
background-color: #F28508;
}
</style>
border-color css
<style>
span { border-color: #F28508; }
span { border-color: rgb(242,133,8); }
td.TdClassName
{
border-color: #F28508;
}
.TagClassName
{
border-color: #F28508;
}
</style>