Shades of Tangerine #F5800C
Tints of Tangerine #F5800C
RGB
CMYK
RGB Variations
Color information
#F5800C (or 0xF5800C) is known color: Tangerine. HEX triplet: F5, 80 and 0C. RGB value is (245,128,12). Sum of RGB (Red+Green+Blue) = 245+128+12=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5800C is #0A7FF3. Grayscale: #969696. Windows color (decimal): -688116 or 819445. OLE color: 819445.
HSL color Cylindrical-coordinate representation of color #F5800C: hue angle of 29.87º degrees, saturation: 0.92, 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 #F5800C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.04 |
| HSL | 29.87º | 0.92% | 0.5% | - |
| HSV(B) | 29.87º | 0.95% | 0.96% | - |
| XYZ | 45.44 | 34.88 | 4.68 | - |
| YUV | 149.76 | 50.26 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 12 | 0 | 0.48 | 0.95 | 0.04 | 29.87 | 0.92 | 0.5 |
| Hex | F5 | 80 | C | 0 | 30 | 5F | 4 | 1E | 5C | 32 |
| Octal | 365 | 200 | 14 | 0 | 60 | 137 | 4 | 36 | 134 | 62 |
| Binary | 11110101 | 10000000 | 1100 | 0 | 110000 | 1011111 | 100 | 11110 | 1011100 | 110010 |
Color Harmonies of #F5800C
Complementary color
Monochromatic Colors of #F5800C
Black with #F5800C
Text Example
Text Example
White with #F5800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5800C; }
p { color: rgb(245,128,12); }
H1.HeaderClassName
{
color: #F5800C;
}
.AnyTagClassName
{
color: #F5800C;
}
</style>
background-color css
<style>
a { background-color: #F5800C; }
a { background-color: rgb(245,128,12); }
div.DivClassName
{
background-color: #F5800C;
}
.BgClassName
{
background-color: #F5800C;
}
</style>
border-color css
<style>
span { border-color: #F5800C; }
span { border-color: rgb(245,128,12); }
td.TdClassName
{
border-color: #F5800C;
}
.TagClassName
{
border-color: #F5800C;
}
</style>