Shades of Tangerine #F28406
Tints of Tangerine #F28406
RGB
CMYK
RGB Variations
Color information
#F28406 (or 0xF28406) is known color: Tangerine. HEX triplet: F2, 84 and 06. RGB value is (242,132,6). Sum of RGB (Red+Green+Blue) = 242+132+6=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F28406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28406 is #0D7BF9. Grayscale: #979797. Windows color (decimal): -883706 or 427250. OLE color: 427250.
HSL color Cylindrical-coordinate representation of color #F28406: hue angle of 32.03º 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 #F28406 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 6 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.05 |
| HSL | 32.03º | 0.95% | 0.49% | - |
| HSV(B) | 32.03º | 0.98% | 0.95% | - |
| XYZ | 44.9 | 35.39 | 4.64 | - |
| YUV | 150.53 | 46.44 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 6 | 0 | 0.45 | 0.98 | 0.05 | 32.03 | 0.95 | 0.49 |
| Hex | F2 | 84 | 6 | 0 | 2D | 62 | 5 | 20 | 5F | 31 |
| Octal | 362 | 204 | 6 | 0 | 55 | 142 | 5 | 40 | 137 | 61 |
| Binary | 11110010 | 10000100 | 110 | 0 | 101101 | 1100010 | 101 | 100000 | 1011111 | 110001 |
Color Harmonies of #F28406
Complementary color
Monochromatic Colors of #F28406
Black with #F28406
Text Example
Text Example
White with #F28406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28406; }
p { color: rgb(242,132,6); }
H1.HeaderClassName
{
color: #F28406;
}
.AnyTagClassName
{
color: #F28406;
}
</style>
background-color css
<style>
a { background-color: #F28406; }
a { background-color: rgb(242,132,6); }
div.DivClassName
{
background-color: #F28406;
}
.BgClassName
{
background-color: #F28406;
}
</style>
border-color css
<style>
span { border-color: #F28406; }
span { border-color: rgb(242,132,6); }
td.TdClassName
{
border-color: #F28406;
}
.TagClassName
{
border-color: #F28406;
}
</style>