Shades of Tangerine #F2830C
Tints of Tangerine #F2830C
RGB
CMYK
RGB Variations
Color information
#F2830C (or 0xF2830C) is known color: Tangerine. HEX triplet: F2, 83 and 0C. RGB value is (242,131,12). Sum of RGB (Red+Green+Blue) = 242+131+12=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2830C is #0D7CF3. Grayscale: #979797. Windows color (decimal): -883956 or 820210. OLE color: 820210.
HSL color Cylindrical-coordinate representation of color #F2830C: hue angle of 31.04º 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 #F2830C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.05 |
| HSL | 31.04º | 0.91% | 0.5% | - |
| HSV(B) | 31.04º | 0.95% | 0.95% | - |
| XYZ | 44.8 | 35.14 | 4.77 | - |
| YUV | 150.62 | 49.77 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 12 | 0 | 0.46 | 0.95 | 0.05 | 31.04 | 0.91 | 0.5 |
| Hex | F2 | 83 | C | 0 | 2E | 5F | 5 | 1F | 5B | 32 |
| Octal | 362 | 203 | 14 | 0 | 56 | 137 | 5 | 37 | 133 | 62 |
| Binary | 11110010 | 10000011 | 1100 | 0 | 101110 | 1011111 | 101 | 11111 | 1011011 | 110010 |
Color Harmonies of #F2830C
Complementary color
Monochromatic Colors of #F2830C
Black with #F2830C
Text Example
Text Example
White with #F2830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2830C; }
p { color: rgb(242,131,12); }
H1.HeaderClassName
{
color: #F2830C;
}
.AnyTagClassName
{
color: #F2830C;
}
</style>
background-color css
<style>
a { background-color: #F2830C; }
a { background-color: rgb(242,131,12); }
div.DivClassName
{
background-color: #F2830C;
}
.BgClassName
{
background-color: #F2830C;
}
</style>
border-color css
<style>
span { border-color: #F2830C; }
span { border-color: rgb(242,131,12); }
td.TdClassName
{
border-color: #F2830C;
}
.TagClassName
{
border-color: #F2830C;
}
</style>