Shades of Tangerine #F48705
Tints of Tangerine #F48705
RGB
CMYK
RGB Variations
Color information
#F48705 (or 0xF48705) is known color: Tangerine. HEX triplet: F4, 87 and 05. RGB value is (244,135,5). Sum of RGB (Red+Green+Blue) = 244+135+5=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F48705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48705 is #0B78FA. Grayscale: #999999. Windows color (decimal): -751867 or 362484. OLE color: 362484.
HSL color Cylindrical-coordinate representation of color #F48705: hue angle of 32.64º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F48705 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.04 |
| HSL | 32.64º | 0.96% | 0.49% | - |
| HSV(B) | 32.64º | 0.98% | 0.96% | - |
| XYZ | 46 | 36.57 | 4.78 | - |
| YUV | 152.77 | 44.61 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 5 | 0 | 0.45 | 0.98 | 0.04 | 32.64 | 0.96 | 0.49 |
| Hex | F4 | 87 | 5 | 0 | 2D | 62 | 4 | 21 | 60 | 31 |
| Octal | 364 | 207 | 5 | 0 | 55 | 142 | 4 | 41 | 140 | 61 |
| Binary | 11110100 | 10000111 | 101 | 0 | 101101 | 1100010 | 100 | 100001 | 1100000 | 110001 |
Color Harmonies of #F48705
Complementary color
Monochromatic Colors of #F48705
Black with #F48705
Text Example
Text Example
White with #F48705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48705; }
p { color: rgb(244,135,5); }
H1.HeaderClassName
{
color: #F48705;
}
.AnyTagClassName
{
color: #F48705;
}
</style>
background-color css
<style>
a { background-color: #F48705; }
a { background-color: rgb(244,135,5); }
div.DivClassName
{
background-color: #F48705;
}
.BgClassName
{
background-color: #F48705;
}
</style>
border-color css
<style>
span { border-color: #F48705; }
span { border-color: rgb(244,135,5); }
td.TdClassName
{
border-color: #F48705;
}
.TagClassName
{
border-color: #F48705;
}
</style>