Shades of Dark Tangerine #F5A814
Tints of Dark Tangerine #F5A814
RGB
CMYK
RGB Variations
Color information
#F5A814 (or 0xF5A814) is known color: Dark Tangerine. HEX triplet: F5, A8 and 14. RGB value is (245,168,20). Sum of RGB (Red+Green+Blue) = 245+168+20=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A814 is #0A57EB. Grayscale: #AEAEAE. Windows color (decimal): -677868 or 1353973. OLE color: 1353973.
HSL color Cylindrical-coordinate representation of color #F5A814: hue angle of 39.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5A814 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 20 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.04 |
| HSL | 39.47º | 0.92% | 0.52% | - |
| HSV(B) | 39.47º | 0.92% | 0.96% | - |
| XYZ | 51.79 | 47.47 | 7.09 | - |
| YUV | 174.15 | 41.01 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 20 | 0 | 0.31 | 0.92 | 0.04 | 39.47 | 0.92 | 0.52 |
| Hex | F5 | A8 | 14 | 0 | 1F | 5C | 4 | 27 | 5C | 34 |
| Octal | 365 | 250 | 24 | 0 | 37 | 134 | 4 | 47 | 134 | 64 |
| Binary | 11110101 | 10101000 | 10100 | 0 | 11111 | 1011100 | 100 | 100111 | 1011100 | 110100 |
Color Harmonies of #F5A814
Complementary color
Monochromatic Colors of #F5A814
Black with #F5A814
Text Example
Text Example
White with #F5A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A814; }
p { color: rgb(245,168,20); }
H1.HeaderClassName
{
color: #F5A814;
}
.AnyTagClassName
{
color: #F5A814;
}
</style>
background-color css
<style>
a { background-color: #F5A814; }
a { background-color: rgb(245,168,20); }
div.DivClassName
{
background-color: #F5A814;
}
.BgClassName
{
background-color: #F5A814;
}
</style>
border-color css
<style>
span { border-color: #F5A814; }
span { border-color: rgb(245,168,20); }
td.TdClassName
{
border-color: #F5A814;
}
.TagClassName
{
border-color: #F5A814;
}
</style>