Shades of Dark Tangerine #F5AF1D
Tints of Dark Tangerine #F5AF1D
RGB
CMYK
RGB Variations
Color information
#F5AF1D (or 0xF5AF1D) is known color: Dark Tangerine. HEX triplet: F5, AF and 1D. RGB value is (245,175,29). Sum of RGB (Red+Green+Blue) = 245+175+29=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF1D is #0A50E2. Grayscale: #B3B3B3. Windows color (decimal): -676067 or 1945589. OLE color: 1945589.
HSL color Cylindrical-coordinate representation of color #F5AF1D: hue angle of 40.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5AF1D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.04 |
| HSL | 40.56º | 0.92% | 0.54% | - |
| HSV(B) | 40.56º | 0.88% | 0.96% | - |
| XYZ | 53.21 | 50.16 | 8.04 | - |
| YUV | 179.29 | 43.19 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 29 | 0 | 0.29 | 0.88 | 0.04 | 40.56 | 0.92 | 0.54 |
| Hex | F5 | AF | 1D | 0 | 1D | 58 | 4 | 29 | 5C | 36 |
| Octal | 365 | 257 | 35 | 0 | 35 | 130 | 4 | 51 | 134 | 66 |
| Binary | 11110101 | 10101111 | 11101 | 0 | 11101 | 1011000 | 100 | 101001 | 1011100 | 110110 |
Color Harmonies of #F5AF1D
Complementary color
Monochromatic Colors of #F5AF1D
Black with #F5AF1D
Text Example
Text Example
White with #F5AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF1D; }
p { color: rgb(245,175,29); }
H1.HeaderClassName
{
color: #F5AF1D;
}
.AnyTagClassName
{
color: #F5AF1D;
}
</style>
background-color css
<style>
a { background-color: #F5AF1D; }
a { background-color: rgb(245,175,29); }
div.DivClassName
{
background-color: #F5AF1D;
}
.BgClassName
{
background-color: #F5AF1D;
}
</style>
border-color css
<style>
span { border-color: #F5AF1D; }
span { border-color: rgb(245,175,29); }
td.TdClassName
{
border-color: #F5AF1D;
}
.TagClassName
{
border-color: #F5AF1D;
}
</style>