Shades of Tangerine #F28609
Tints of Tangerine #F28609
RGB
CMYK
RGB Variations
Color information
#F28609 (or 0xF28609) is known color: Tangerine. HEX triplet: F2, 86 and 09. RGB value is (242,134,9). Sum of RGB (Red+Green+Blue) = 242+134+9=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F28609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28609 is #0D79F6. Grayscale: #989898. Windows color (decimal): -883191 or 624370. OLE color: 624370.
HSL color Cylindrical-coordinate representation of color #F28609: hue angle of 32.19º degrees, saturation: 0.93, 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 #F28609 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 9 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.05 |
| HSL | 32.19º | 0.93% | 0.49% | - |
| HSV(B) | 32.19º | 0.96% | 0.95% | - |
| XYZ | 45.19 | 35.95 | 4.82 | - |
| YUV | 152.04 | 47.28 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 9 | 0 | 0.45 | 0.96 | 0.05 | 32.19 | 0.93 | 0.49 |
| Hex | F2 | 86 | 9 | 0 | 2D | 60 | 5 | 20 | 5D | 31 |
| Octal | 362 | 206 | 11 | 0 | 55 | 140 | 5 | 40 | 135 | 61 |
| Binary | 11110010 | 10000110 | 1001 | 0 | 101101 | 1100000 | 101 | 100000 | 1011101 | 110001 |
Color Harmonies of #F28609
Complementary color
Monochromatic Colors of #F28609
Black with #F28609
Text Example
Text Example
White with #F28609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28609; }
p { color: rgb(242,134,9); }
H1.HeaderClassName
{
color: #F28609;
}
.AnyTagClassName
{
color: #F28609;
}
</style>
background-color css
<style>
a { background-color: #F28609; }
a { background-color: rgb(242,134,9); }
div.DivClassName
{
background-color: #F28609;
}
.BgClassName
{
background-color: #F28609;
}
</style>
border-color css
<style>
span { border-color: #F28609; }
span { border-color: rgb(242,134,9); }
td.TdClassName
{
border-color: #F28609;
}
.TagClassName
{
border-color: #F28609;
}
</style>