Shades of Tangerine #F28F08
Tints of Tangerine #F28F08
RGB
CMYK
RGB Variations
Color information
#F28F08 (or 0xF28F08) is known color: Tangerine. HEX triplet: F2, 8F and 08. RGB value is (242,143,8). Sum of RGB (Red+Green+Blue) = 242+143+8=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F08 is #0D70F7. Grayscale: #9D9D9D. Windows color (decimal): -880888 or 561138. OLE color: 561138.
HSL color Cylindrical-coordinate representation of color #F28F08: hue angle of 34.62º 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 #F28F08 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.05 |
| HSL | 34.62º | 0.94% | 0.49% | - |
| HSV(B) | 34.62º | 0.97% | 0.95% | - |
| XYZ | 46.48 | 38.54 | 5.22 | - |
| YUV | 157.21 | 43.8 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 8 | 0 | 0.41 | 0.97 | 0.05 | 34.62 | 0.94 | 0.49 |
| Hex | F2 | 8F | 8 | 0 | 29 | 61 | 5 | 23 | 5E | 31 |
| Octal | 362 | 217 | 10 | 0 | 51 | 141 | 5 | 43 | 136 | 61 |
| Binary | 11110010 | 10001111 | 1000 | 0 | 101001 | 1100001 | 101 | 100011 | 1011110 | 110001 |
Color Harmonies of #F28F08
Complementary color
Monochromatic Colors of #F28F08
Black with #F28F08
Text Example
Text Example
White with #F28F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F08; }
p { color: rgb(242,143,8); }
H1.HeaderClassName
{
color: #F28F08;
}
.AnyTagClassName
{
color: #F28F08;
}
</style>
background-color css
<style>
a { background-color: #F28F08; }
a { background-color: rgb(242,143,8); }
div.DivClassName
{
background-color: #F28F08;
}
.BgClassName
{
background-color: #F28F08;
}
</style>
border-color css
<style>
span { border-color: #F28F08; }
span { border-color: rgb(242,143,8); }
td.TdClassName
{
border-color: #F28F08;
}
.TagClassName
{
border-color: #F28F08;
}
</style>