Shades of Dark Tangerine #F5AF1C
Tints of Dark Tangerine #F5AF1C
RGB
CMYK
RGB Variations
Color information
#F5AF1C (or 0xF5AF1C) is known color: Dark Tangerine. HEX triplet: F5, AF and 1C. RGB value is (245,175,28). Sum of RGB (Red+Green+Blue) = 245+175+28=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF1C is #0A50E3. Grayscale: #B3B3B3. Windows color (decimal): -676068 or 1880053. OLE color: 1880053.
HSL color Cylindrical-coordinate representation of color #F5AF1C: hue angle of 40.65º 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 #F5AF1C is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 28 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.04 |
| HSL | 40.65º | 0.92% | 0.54% | - |
| HSV(B) | 40.65º | 0.89% | 0.96% | - |
| XYZ | 53.2 | 50.16 | 7.98 | - |
| YUV | 179.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 28 | 0 | 0.29 | 0.89 | 0.04 | 40.65 | 0.92 | 0.54 |
| Hex | F5 | AF | 1C | 0 | 1D | 59 | 4 | 29 | 5C | 36 |
| Octal | 365 | 257 | 34 | 0 | 35 | 131 | 4 | 51 | 134 | 66 |
| Binary | 11110101 | 10101111 | 11100 | 0 | 11101 | 1011001 | 100 | 101001 | 1011100 | 110110 |
Color Harmonies of #F5AF1C
Complementary color
Monochromatic Colors of #F5AF1C
Black with #F5AF1C
Text Example
Text Example
White with #F5AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF1C; }
p { color: rgb(245,175,28); }
H1.HeaderClassName
{
color: #F5AF1C;
}
.AnyTagClassName
{
color: #F5AF1C;
}
</style>
background-color css
<style>
a { background-color: #F5AF1C; }
a { background-color: rgb(245,175,28); }
div.DivClassName
{
background-color: #F5AF1C;
}
.BgClassName
{
background-color: #F5AF1C;
}
</style>
border-color css
<style>
span { border-color: #F5AF1C; }
span { border-color: rgb(245,175,28); }
td.TdClassName
{
border-color: #F5AF1C;
}
.TagClassName
{
border-color: #F5AF1C;
}
</style>