Shades of Tangerine #F2900A
Tints of Tangerine #F2900A
RGB
CMYK
RGB Variations
Color information
#F2900A (or 0xF2900A) is known color: Tangerine. HEX triplet: F2, 90 and 0A. RGB value is (242,144,10). Sum of RGB (Red+Green+Blue) = 242+144+10=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F2900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2900A is #0D6FF5. Grayscale: #9E9E9E. Windows color (decimal): -880630 or 692466. OLE color: 692466.
HSL color Cylindrical-coordinate representation of color #F2900A: hue angle of 34.66º 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 #F2900A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.05 |
| HSL | 34.66º | 0.92% | 0.49% | - |
| HSV(B) | 34.66º | 0.96% | 0.95% | - |
| XYZ | 46.65 | 38.85 | 5.33 | - |
| YUV | 158.03 | 44.47 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 10 | 0 | 0.40 | 0.96 | 0.05 | 34.66 | 0.92 | 0.49 |
| Hex | F2 | 90 | A | 0 | 28 | 60 | 5 | 23 | 5C | 31 |
| Octal | 362 | 220 | 12 | 0 | 50 | 140 | 5 | 43 | 134 | 61 |
| Binary | 11110010 | 10010000 | 1010 | 0 | 101000 | 1100000 | 101 | 100011 | 1011100 | 110001 |
Color Harmonies of #F2900A
Complementary color
Monochromatic Colors of #F2900A
Black with #F2900A
Text Example
Text Example
White with #F2900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2900A; }
p { color: rgb(242,144,10); }
H1.HeaderClassName
{
color: #F2900A;
}
.AnyTagClassName
{
color: #F2900A;
}
</style>
background-color css
<style>
a { background-color: #F2900A; }
a { background-color: rgb(242,144,10); }
div.DivClassName
{
background-color: #F2900A;
}
.BgClassName
{
background-color: #F2900A;
}
</style>
border-color css
<style>
span { border-color: #F2900A; }
span { border-color: rgb(242,144,10); }
td.TdClassName
{
border-color: #F2900A;
}
.TagClassName
{
border-color: #F2900A;
}
</style>