Shades of Tangerine #F28509
Tints of Tangerine #F28509
RGB
CMYK
RGB Variations
Color information
#F28509 (or 0xF28509) is known color: Tangerine. HEX triplet: F2, 85 and 09. RGB value is (242,133,9). Sum of RGB (Red+Green+Blue) = 242+133+9=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F28509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28509 is #0D7AF6. Grayscale: #989898. Windows color (decimal): -883447 or 624114. OLE color: 624114.
HSL color Cylindrical-coordinate representation of color #F28509: hue angle of 31.93º 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 #F28509 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 9 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.05 |
| HSL | 31.93º | 0.93% | 0.49% | - |
| HSV(B) | 31.93º | 0.96% | 0.95% | - |
| XYZ | 45.05 | 35.67 | 4.77 | - |
| YUV | 151.46 | 47.61 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 9 | 0 | 0.45 | 0.96 | 0.05 | 31.93 | 0.93 | 0.49 |
| Hex | F2 | 85 | 9 | 0 | 2D | 60 | 5 | 20 | 5D | 31 |
| Octal | 362 | 205 | 11 | 0 | 55 | 140 | 5 | 40 | 135 | 61 |
| Binary | 11110010 | 10000101 | 1001 | 0 | 101101 | 1100000 | 101 | 100000 | 1011101 | 110001 |
Color Harmonies of #F28509
Complementary color
Monochromatic Colors of #F28509
Black with #F28509
Text Example
Text Example
White with #F28509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28509; }
p { color: rgb(242,133,9); }
H1.HeaderClassName
{
color: #F28509;
}
.AnyTagClassName
{
color: #F28509;
}
</style>
background-color css
<style>
a { background-color: #F28509; }
a { background-color: rgb(242,133,9); }
div.DivClassName
{
background-color: #F28509;
}
.BgClassName
{
background-color: #F28509;
}
</style>
border-color css
<style>
span { border-color: #F28509; }
span { border-color: rgb(242,133,9); }
td.TdClassName
{
border-color: #F28509;
}
.TagClassName
{
border-color: #F28509;
}
</style>