Shades of Tangerine #F29407
Tints of Tangerine #F29407
RGB
CMYK
RGB Variations
Color information
#F29407 (or 0xF29407) is known color: Tangerine. HEX triplet: F2, 94 and 07. RGB value is (242,148,7). Sum of RGB (Red+Green+Blue) = 242+148+7=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F29407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29407 is #0D6BF8. Grayscale: #A0A0A0. Windows color (decimal): -879609 or 496882. OLE color: 496882.
HSL color Cylindrical-coordinate representation of color #F29407: hue angle of 36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F29407 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.05 |
| HSL | 36º | 0.94% | 0.49% | - |
| HSV(B) | 36º | 0.97% | 0.95% | - |
| XYZ | 47.25 | 40.07 | 5.45 | - |
| YUV | 160.03 | 41.64 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 7 | 0 | 0.39 | 0.97 | 0.05 | 36 | 0.94 | 0.49 |
| Hex | F2 | 94 | 7 | 0 | 27 | 61 | 5 | 24 | 5E | 31 |
| Octal | 362 | 224 | 7 | 0 | 47 | 141 | 5 | 44 | 136 | 61 |
| Binary | 11110010 | 10010100 | 111 | 0 | 100111 | 1100001 | 101 | 100100 | 1011110 | 110001 |
Color Harmonies of #F29407
Complementary color
Monochromatic Colors of #F29407
Black with #F29407
Text Example
Text Example
White with #F29407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29407; }
p { color: rgb(242,148,7); }
H1.HeaderClassName
{
color: #F29407;
}
.AnyTagClassName
{
color: #F29407;
}
</style>
background-color css
<style>
a { background-color: #F29407; }
a { background-color: rgb(242,148,7); }
div.DivClassName
{
background-color: #F29407;
}
.BgClassName
{
background-color: #F29407;
}
</style>
border-color css
<style>
span { border-color: #F29407; }
span { border-color: rgb(242,148,7); }
td.TdClassName
{
border-color: #F29407;
}
.TagClassName
{
border-color: #F29407;
}
</style>