Shades of Dark Tangerine #F5A41C
Tints of Dark Tangerine #F5A41C
RGB
CMYK
RGB Variations
Color information
#F5A41C (or 0xF5A41C) is known color: Dark Tangerine. HEX triplet: F5, A4 and 1C. RGB value is (245,164,28). Sum of RGB (Red+Green+Blue) = 245+164+28=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A41C is #0A5BE3. Grayscale: #ADADAD. Windows color (decimal): -678884 or 1877237. OLE color: 1877237.
HSL color Cylindrical-coordinate representation of color #F5A41C: hue angle of 37.6º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5A41C is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 28 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.04 |
| HSL | 37.6º | 0.92% | 0.54% | - |
| HSV(B) | 37.6º | 0.89% | 0.96% | - |
| XYZ | 51.14 | 46.05 | 7.29 | - |
| YUV | 172.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 28 | 0 | 0.33 | 0.89 | 0.04 | 37.6 | 0.92 | 0.54 |
| Hex | F5 | A4 | 1C | 0 | 21 | 59 | 4 | 26 | 5C | 36 |
| Octal | 365 | 244 | 34 | 0 | 41 | 131 | 4 | 46 | 134 | 66 |
| Binary | 11110101 | 10100100 | 11100 | 0 | 100001 | 1011001 | 100 | 100110 | 1011100 | 110110 |
Color Harmonies of #F5A41C
Complementary color
Monochromatic Colors of #F5A41C
Black with #F5A41C
Text Example
Text Example
White with #F5A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A41C; }
p { color: rgb(245,164,28); }
H1.HeaderClassName
{
color: #F5A41C;
}
.AnyTagClassName
{
color: #F5A41C;
}
</style>
background-color css
<style>
a { background-color: #F5A41C; }
a { background-color: rgb(245,164,28); }
div.DivClassName
{
background-color: #F5A41C;
}
.BgClassName
{
background-color: #F5A41C;
}
</style>
border-color css
<style>
span { border-color: #F5A41C; }
span { border-color: rgb(245,164,28); }
td.TdClassName
{
border-color: #F5A41C;
}
.TagClassName
{
border-color: #F5A41C;
}
</style>