Shades of Dark Tangerine #F5A812
Tints of Dark Tangerine #F5A812
RGB
CMYK
RGB Variations
Color information
#F5A812 (or 0xF5A812) is known color: Dark Tangerine. HEX triplet: F5, A8 and 12. RGB value is (245,168,18). Sum of RGB (Red+Green+Blue) = 245+168+18=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A812 is #0A57ED. Grayscale: #AEAEAE. Windows color (decimal): -677870 or 1222901. OLE color: 1222901.
HSL color Cylindrical-coordinate representation of color #F5A812: hue angle of 39.65º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5A812 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 18 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.04 |
| HSL | 39.65º | 0.92% | 0.52% | - |
| HSV(B) | 39.65º | 0.93% | 0.96% | - |
| XYZ | 51.77 | 47.46 | 7 | - |
| YUV | 173.92 | 40.01 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 18 | 0 | 0.31 | 0.93 | 0.04 | 39.65 | 0.92 | 0.52 |
| Hex | F5 | A8 | 12 | 0 | 1F | 5D | 4 | 28 | 5C | 34 |
| Octal | 365 | 250 | 22 | 0 | 37 | 135 | 4 | 50 | 134 | 64 |
| Binary | 11110101 | 10101000 | 10010 | 0 | 11111 | 1011101 | 100 | 101000 | 1011100 | 110100 |
Color Harmonies of #F5A812
Complementary color
Monochromatic Colors of #F5A812
Black with #F5A812
Text Example
Text Example
White with #F5A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A812; }
p { color: rgb(245,168,18); }
H1.HeaderClassName
{
color: #F5A812;
}
.AnyTagClassName
{
color: #F5A812;
}
</style>
background-color css
<style>
a { background-color: #F5A812; }
a { background-color: rgb(245,168,18); }
div.DivClassName
{
background-color: #F5A812;
}
.BgClassName
{
background-color: #F5A812;
}
</style>
border-color css
<style>
span { border-color: #F5A812; }
span { border-color: rgb(245,168,18); }
td.TdClassName
{
border-color: #F5A812;
}
.TagClassName
{
border-color: #F5A812;
}
</style>