Shades of Tangerine #F2830B
Tints of Tangerine #F2830B
RGB
CMYK
RGB Variations
Color information
#F2830B (or 0xF2830B) is known color: Tangerine. HEX triplet: F2, 83 and 0B. RGB value is (242,131,11). Sum of RGB (Red+Green+Blue) = 242+131+11=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2830B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2830B is #0D7CF4. Grayscale: #979797. Windows color (decimal): -883957 or 754674. OLE color: 754674.
HSL color Cylindrical-coordinate representation of color #F2830B: hue angle of 31.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2830B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.05 |
| HSL | 31.17º | 0.91% | 0.5% | - |
| HSV(B) | 31.17º | 0.95% | 0.95% | - |
| XYZ | 44.79 | 35.13 | 4.74 | - |
| YUV | 150.51 | 49.27 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 11 | 0 | 0.46 | 0.95 | 0.05 | 31.17 | 0.91 | 0.5 |
| Hex | F2 | 83 | B | 0 | 2E | 5F | 5 | 1F | 5B | 32 |
| Octal | 362 | 203 | 13 | 0 | 56 | 137 | 5 | 37 | 133 | 62 |
| Binary | 11110010 | 10000011 | 1011 | 0 | 101110 | 1011111 | 101 | 11111 | 1011011 | 110010 |
Color Harmonies of #F2830B
Complementary color
Monochromatic Colors of #F2830B
Black with #F2830B
Text Example
Text Example
White with #F2830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2830B; }
p { color: rgb(242,131,11); }
H1.HeaderClassName
{
color: #F2830B;
}
.AnyTagClassName
{
color: #F2830B;
}
</style>
background-color css
<style>
a { background-color: #F2830B; }
a { background-color: rgb(242,131,11); }
div.DivClassName
{
background-color: #F2830B;
}
.BgClassName
{
background-color: #F2830B;
}
</style>
border-color css
<style>
span { border-color: #F2830B; }
span { border-color: rgb(242,131,11); }
td.TdClassName
{
border-color: #F2830B;
}
.TagClassName
{
border-color: #F2830B;
}
</style>