Shades of Tangerine #F4820D
Tints of Tangerine #F4820D
RGB
CMYK
RGB Variations
Color information
#F4820D (or 0xF4820D) is known color: Tangerine. HEX triplet: F4, 82 and 0D. RGB value is (244,130,13). Sum of RGB (Red+Green+Blue) = 244+130+13=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4820D is #0B7DF2. Grayscale: #979797. Windows color (decimal): -753139 or 885492. OLE color: 885492.
HSL color Cylindrical-coordinate representation of color #F4820D: hue angle of 30.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4820D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.04 |
| HSL | 30.39º | 0.91% | 0.5% | - |
| HSV(B) | 30.39º | 0.95% | 0.96% | - |
| XYZ | 45.36 | 35.23 | 4.79 | - |
| YUV | 150.75 | 50.27 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 13 | 0 | 0.47 | 0.95 | 0.04 | 30.39 | 0.91 | 0.5 |
| Hex | F4 | 82 | D | 0 | 2F | 5F | 4 | 1E | 5B | 32 |
| Octal | 364 | 202 | 15 | 0 | 57 | 137 | 4 | 36 | 133 | 62 |
| Binary | 11110100 | 10000010 | 1101 | 0 | 101111 | 1011111 | 100 | 11110 | 1011011 | 110010 |
Color Harmonies of #F4820D
Complementary color
Monochromatic Colors of #F4820D
Black with #F4820D
Text Example
Text Example
White with #F4820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4820D; }
p { color: rgb(244,130,13); }
H1.HeaderClassName
{
color: #F4820D;
}
.AnyTagClassName
{
color: #F4820D;
}
</style>
background-color css
<style>
a { background-color: #F4820D; }
a { background-color: rgb(244,130,13); }
div.DivClassName
{
background-color: #F4820D;
}
.BgClassName
{
background-color: #F4820D;
}
</style>
border-color css
<style>
span { border-color: #F4820D; }
span { border-color: rgb(244,130,13); }
td.TdClassName
{
border-color: #F4820D;
}
.TagClassName
{
border-color: #F4820D;
}
</style>