Shades of Tangerine #F28205
Tints of Tangerine #F28205
RGB
CMYK
RGB Variations
Color information
#F28205 (or 0xF28205) is known color: Tangerine. HEX triplet: F2, 82 and 05. RGB value is (242,130,5). Sum of RGB (Red+Green+Blue) = 242+130+5=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F28205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28205 is #0D7DFA. Grayscale: #959595. Windows color (decimal): -884219 or 361202. OLE color: 361202.
HSL color Cylindrical-coordinate representation of color #F28205: hue angle of 31.65º 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 #F28205 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.05 |
| HSL | 31.65º | 0.96% | 0.48% | - |
| HSV(B) | 31.65º | 0.98% | 0.95% | - |
| XYZ | 44.63 | 34.85 | 4.52 | - |
| YUV | 149.24 | 46.61 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 5 | 0 | 0.46 | 0.98 | 0.05 | 31.65 | 0.96 | 0.48 |
| Hex | F2 | 82 | 5 | 0 | 2E | 62 | 5 | 20 | 60 | 30 |
| Octal | 362 | 202 | 5 | 0 | 56 | 142 | 5 | 40 | 140 | 60 |
| Binary | 11110010 | 10000010 | 101 | 0 | 101110 | 1100010 | 101 | 100000 | 1100000 | 110000 |
Color Harmonies of #F28205
Complementary color
Monochromatic Colors of #F28205
Black with #F28205
Text Example
Text Example
White with #F28205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28205; }
p { color: rgb(242,130,5); }
H1.HeaderClassName
{
color: #F28205;
}
.AnyTagClassName
{
color: #F28205;
}
</style>
background-color css
<style>
a { background-color: #F28205; }
a { background-color: rgb(242,130,5); }
div.DivClassName
{
background-color: #F28205;
}
.BgClassName
{
background-color: #F28205;
}
</style>
border-color css
<style>
span { border-color: #F28205; }
span { border-color: rgb(242,130,5); }
td.TdClassName
{
border-color: #F28205;
}
.TagClassName
{
border-color: #F28205;
}
</style>