Shades of Dark Tangerine #F5AF1A
Tints of Dark Tangerine #F5AF1A
RGB
CMYK
RGB Variations
Color information
#F5AF1A (or 0xF5AF1A) is known color: Dark Tangerine. HEX triplet: F5, AF and 1A. RGB value is (245,175,26). Sum of RGB (Red+Green+Blue) = 245+175+26=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF1A is #0A50E5. Grayscale: #B3B3B3. Windows color (decimal): -676070 or 1748981. OLE color: 1748981.
HSL color Cylindrical-coordinate representation of color #F5AF1A: hue angle of 40.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5AF1A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 26 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.04 |
| HSL | 40.82º | 0.92% | 0.53% | - |
| HSV(B) | 40.82º | 0.89% | 0.96% | - |
| XYZ | 53.17 | 50.15 | 7.85 | - |
| YUV | 178.94 | 41.69 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 26 | 0 | 0.29 | 0.89 | 0.04 | 40.82 | 0.92 | 0.53 |
| Hex | F5 | AF | 1A | 0 | 1D | 59 | 4 | 29 | 5C | 35 |
| Octal | 365 | 257 | 32 | 0 | 35 | 131 | 4 | 51 | 134 | 65 |
| Binary | 11110101 | 10101111 | 11010 | 0 | 11101 | 1011001 | 100 | 101001 | 1011100 | 110101 |
Color Harmonies of #F5AF1A
Complementary color
Monochromatic Colors of #F5AF1A
Black with #F5AF1A
Text Example
Text Example
White with #F5AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF1A; }
p { color: rgb(245,175,26); }
H1.HeaderClassName
{
color: #F5AF1A;
}
.AnyTagClassName
{
color: #F5AF1A;
}
</style>
background-color css
<style>
a { background-color: #F5AF1A; }
a { background-color: rgb(245,175,26); }
div.DivClassName
{
background-color: #F5AF1A;
}
.BgClassName
{
background-color: #F5AF1A;
}
</style>
border-color css
<style>
span { border-color: #F5AF1A; }
span { border-color: rgb(245,175,26); }
td.TdClassName
{
border-color: #F5AF1A;
}
.TagClassName
{
border-color: #F5AF1A;
}
</style>