Shades of Tangerine #F28206
Tints of Tangerine #F28206
RGB
CMYK
RGB Variations
Color information
#F28206 (or 0xF28206) is known color: Tangerine. HEX triplet: F2, 82 and 06. RGB value is (242,130,6). Sum of RGB (Red+Green+Blue) = 242+130+6=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F28206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28206 is #0D7DF9. Grayscale: #959595. Windows color (decimal): -884218 or 426738. OLE color: 426738.
HSL color Cylindrical-coordinate representation of color #F28206: hue angle of 31.53º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F28206 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 6 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.05 |
| HSL | 31.53º | 0.95% | 0.49% | - |
| HSV(B) | 31.53º | 0.98% | 0.95% | - |
| XYZ | 44.63 | 34.86 | 4.55 | - |
| YUV | 149.35 | 47.11 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 6 | 0 | 0.46 | 0.98 | 0.05 | 31.53 | 0.95 | 0.49 |
| Hex | F2 | 82 | 6 | 0 | 2E | 62 | 5 | 20 | 5F | 31 |
| Octal | 362 | 202 | 6 | 0 | 56 | 142 | 5 | 40 | 137 | 61 |
| Binary | 11110010 | 10000010 | 110 | 0 | 101110 | 1100010 | 101 | 100000 | 1011111 | 110001 |
Color Harmonies of #F28206
Complementary color
Monochromatic Colors of #F28206
Black with #F28206
Text Example
Text Example
White with #F28206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28206; }
p { color: rgb(242,130,6); }
H1.HeaderClassName
{
color: #F28206;
}
.AnyTagClassName
{
color: #F28206;
}
</style>
background-color css
<style>
a { background-color: #F28206; }
a { background-color: rgb(242,130,6); }
div.DivClassName
{
background-color: #F28206;
}
.BgClassName
{
background-color: #F28206;
}
</style>
border-color css
<style>
span { border-color: #F28206; }
span { border-color: rgb(242,130,6); }
td.TdClassName
{
border-color: #F28206;
}
.TagClassName
{
border-color: #F28206;
}
</style>