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