Shades of Tangerine #F2910A
Tints of Tangerine #F2910A
RGB
CMYK
RGB Variations
Color information
#F2910A (or 0xF2910A) is known color: Tangerine. HEX triplet: F2, 91 and 0A. RGB value is (242,145,10). Sum of RGB (Red+Green+Blue) = 242+145+10=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2910A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2910A is #0D6EF5. Grayscale: #9F9F9F. Windows color (decimal): -880374 or 692722. OLE color: 692722.
HSL color Cylindrical-coordinate representation of color #F2910A: hue angle of 34.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2910A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.05 |
| HSL | 34.91º | 0.92% | 0.49% | - |
| HSV(B) | 34.91º | 0.96% | 0.95% | - |
| XYZ | 46.8 | 39.15 | 5.38 | - |
| YUV | 158.61 | 44.14 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 10 | 0 | 0.40 | 0.96 | 0.05 | 34.91 | 0.92 | 0.49 |
| Hex | F2 | 91 | A | 0 | 28 | 60 | 5 | 23 | 5C | 31 |
| Octal | 362 | 221 | 12 | 0 | 50 | 140 | 5 | 43 | 134 | 61 |
| Binary | 11110010 | 10010001 | 1010 | 0 | 101000 | 1100000 | 101 | 100011 | 1011100 | 110001 |
Color Harmonies of #F2910A
Complementary color
Monochromatic Colors of #F2910A
Black with #F2910A
Text Example
Text Example
White with #F2910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2910A; }
p { color: rgb(242,145,10); }
H1.HeaderClassName
{
color: #F2910A;
}
.AnyTagClassName
{
color: #F2910A;
}
</style>
background-color css
<style>
a { background-color: #F2910A; }
a { background-color: rgb(242,145,10); }
div.DivClassName
{
background-color: #F2910A;
}
.BgClassName
{
background-color: #F2910A;
}
</style>
border-color css
<style>
span { border-color: #F2910A; }
span { border-color: rgb(242,145,10); }
td.TdClassName
{
border-color: #F2910A;
}
.TagClassName
{
border-color: #F2910A;
}
</style>