Shades of Tangerine #F4820C
Tints of Tangerine #F4820C
RGB
CMYK
RGB Variations
Color information
#F4820C (or 0xF4820C) is known color: Tangerine. HEX triplet: F4, 82 and 0C. RGB value is (244,130,12). Sum of RGB (Red+Green+Blue) = 244+130+12=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4820C is #0B7DF3. Grayscale: #979797. Windows color (decimal): -753140 or 819956. OLE color: 819956.
HSL color Cylindrical-coordinate representation of color #F4820C: hue angle of 30.52º 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 #F4820C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.04 |
| HSL | 30.52º | 0.91% | 0.5% | - |
| HSV(B) | 30.52º | 0.95% | 0.96% | - |
| XYZ | 45.36 | 35.22 | 4.76 | - |
| YUV | 150.63 | 49.77 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 12 | 0 | 0.47 | 0.95 | 0.04 | 30.52 | 0.91 | 0.5 |
| Hex | F4 | 82 | C | 0 | 2F | 5F | 4 | 1F | 5B | 32 |
| Octal | 364 | 202 | 14 | 0 | 57 | 137 | 4 | 37 | 133 | 62 |
| Binary | 11110100 | 10000010 | 1100 | 0 | 101111 | 1011111 | 100 | 11111 | 1011011 | 110010 |
Color Harmonies of #F4820C
Complementary color
Monochromatic Colors of #F4820C
Black with #F4820C
Text Example
Text Example
White with #F4820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4820C; }
p { color: rgb(244,130,12); }
H1.HeaderClassName
{
color: #F4820C;
}
.AnyTagClassName
{
color: #F4820C;
}
</style>
background-color css
<style>
a { background-color: #F4820C; }
a { background-color: rgb(244,130,12); }
div.DivClassName
{
background-color: #F4820C;
}
.BgClassName
{
background-color: #F4820C;
}
</style>
border-color css
<style>
span { border-color: #F4820C; }
span { border-color: rgb(244,130,12); }
td.TdClassName
{
border-color: #F4820C;
}
.TagClassName
{
border-color: #F4820C;
}
</style>