Shades of Tangerine #F28905
Tints of Tangerine #F28905
RGB
CMYK
RGB Variations
Color information
#F28905 (or 0xF28905) is known color: Tangerine. HEX triplet: F2, 89 and 05. RGB value is (242,137,5). Sum of RGB (Red+Green+Blue) = 242+137+5=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F28905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28905 is #0D76FA. Grayscale: #999999. Windows color (decimal): -882427 or 362994. OLE color: 362994.
HSL color Cylindrical-coordinate representation of color #F28905: hue angle of 33.42º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F28905 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.05 |
| HSL | 33.42º | 0.96% | 0.48% | - |
| HSV(B) | 33.42º | 0.98% | 0.95% | - |
| XYZ | 45.59 | 36.78 | 4.84 | - |
| YUV | 153.35 | 44.29 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 5 | 0 | 0.43 | 0.98 | 0.05 | 33.42 | 0.96 | 0.48 |
| Hex | F2 | 89 | 5 | 0 | 2B | 62 | 5 | 21 | 60 | 30 |
| Octal | 362 | 211 | 5 | 0 | 53 | 142 | 5 | 41 | 140 | 60 |
| Binary | 11110010 | 10001001 | 101 | 0 | 101011 | 1100010 | 101 | 100001 | 1100000 | 110000 |
Color Harmonies of #F28905
Complementary color
Monochromatic Colors of #F28905
Black with #F28905
Text Example
Text Example
White with #F28905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28905; }
p { color: rgb(242,137,5); }
H1.HeaderClassName
{
color: #F28905;
}
.AnyTagClassName
{
color: #F28905;
}
</style>
background-color css
<style>
a { background-color: #F28905; }
a { background-color: rgb(242,137,5); }
div.DivClassName
{
background-color: #F28905;
}
.BgClassName
{
background-color: #F28905;
}
</style>
border-color css
<style>
span { border-color: #F28905; }
span { border-color: rgb(242,137,5); }
td.TdClassName
{
border-color: #F28905;
}
.TagClassName
{
border-color: #F28905;
}
</style>