Shades of Tangerine #F28207
Tints of Tangerine #F28207
RGB
CMYK
RGB Variations
Color information
#F28207 (or 0xF28207) is known color: Tangerine. HEX triplet: F2, 82 and 07. RGB value is (242,130,7). Sum of RGB (Red+Green+Blue) = 242+130+7=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F28207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28207 is #0D7DF8. Grayscale: #969696. Windows color (decimal): -884217 or 492274. OLE color: 492274.
HSL color Cylindrical-coordinate representation of color #F28207: hue angle of 31.4º 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 #F28207 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.05 |
| HSL | 31.4º | 0.94% | 0.49% | - |
| HSV(B) | 31.4º | 0.97% | 0.95% | - |
| XYZ | 44.64 | 34.86 | 4.58 | - |
| YUV | 149.47 | 47.61 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 7 | 0 | 0.46 | 0.97 | 0.05 | 31.4 | 0.94 | 0.49 |
| Hex | F2 | 82 | 7 | 0 | 2E | 61 | 5 | 1F | 5E | 31 |
| Octal | 362 | 202 | 7 | 0 | 56 | 141 | 5 | 37 | 136 | 61 |
| Binary | 11110010 | 10000010 | 111 | 0 | 101110 | 1100001 | 101 | 11111 | 1011110 | 110001 |
Color Harmonies of #F28207
Complementary color
Monochromatic Colors of #F28207
Black with #F28207
Text Example
Text Example
White with #F28207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28207; }
p { color: rgb(242,130,7); }
H1.HeaderClassName
{
color: #F28207;
}
.AnyTagClassName
{
color: #F28207;
}
</style>
background-color css
<style>
a { background-color: #F28207; }
a { background-color: rgb(242,130,7); }
div.DivClassName
{
background-color: #F28207;
}
.BgClassName
{
background-color: #F28207;
}
</style>
border-color css
<style>
span { border-color: #F28207; }
span { border-color: rgb(242,130,7); }
td.TdClassName
{
border-color: #F28207;
}
.TagClassName
{
border-color: #F28207;
}
</style>