Shades of Tangerine #F28E08
Tints of Tangerine #F28E08
RGB
CMYK
RGB Variations
Color information
#F28E08 (or 0xF28E08) is known color: Tangerine. HEX triplet: F2, 8E and 08. RGB value is (242,142,8). Sum of RGB (Red+Green+Blue) = 242+142+8=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28E08 is #0D71F7. Grayscale: #9D9D9D. Windows color (decimal): -881144 or 560882. OLE color: 560882.
HSL color Cylindrical-coordinate representation of color #F28E08: hue angle of 34.36º 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 #F28E08 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.05 |
| HSL | 34.36º | 0.94% | 0.49% | - |
| HSV(B) | 34.36º | 0.97% | 0.95% | - |
| XYZ | 46.33 | 38.24 | 5.17 | - |
| YUV | 156.62 | 44.13 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 8 | 0 | 0.41 | 0.97 | 0.05 | 34.36 | 0.94 | 0.49 |
| Hex | F2 | 8E | 8 | 0 | 29 | 61 | 5 | 22 | 5E | 31 |
| Octal | 362 | 216 | 10 | 0 | 51 | 141 | 5 | 42 | 136 | 61 |
| Binary | 11110010 | 10001110 | 1000 | 0 | 101001 | 1100001 | 101 | 100010 | 1011110 | 110001 |
Color Harmonies of #F28E08
Complementary color
Monochromatic Colors of #F28E08
Black with #F28E08
Text Example
Text Example
White with #F28E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E08; }
p { color: rgb(242,142,8); }
H1.HeaderClassName
{
color: #F28E08;
}
.AnyTagClassName
{
color: #F28E08;
}
</style>
background-color css
<style>
a { background-color: #F28E08; }
a { background-color: rgb(242,142,8); }
div.DivClassName
{
background-color: #F28E08;
}
.BgClassName
{
background-color: #F28E08;
}
</style>
border-color css
<style>
span { border-color: #F28E08; }
span { border-color: rgb(242,142,8); }
td.TdClassName
{
border-color: #F28E08;
}
.TagClassName
{
border-color: #F28E08;
}
</style>