Shades of Dark Tangerine #F5AF1E
Tints of Dark Tangerine #F5AF1E
RGB
CMYK
RGB Variations
Color information
#F5AF1E (or 0xF5AF1E) is known color: Dark Tangerine. HEX triplet: F5, AF and 1E. RGB value is (245,175,30). Sum of RGB (Red+Green+Blue) = 245+175+30=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF1E is #0A50E1. Grayscale: #B4B4B4. Windows color (decimal): -676066 or 2011125. OLE color: 2011125.
HSL color Cylindrical-coordinate representation of color #F5AF1E: hue angle of 40.47º degrees, saturation: 0.91, 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 #F5AF1E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 30 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.04 |
| HSL | 40.47º | 0.91% | 0.54% | - |
| HSV(B) | 40.47º | 0.88% | 0.96% | - |
| XYZ | 53.22 | 50.17 | 8.11 | - |
| YUV | 179.4 | 43.69 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 30 | 0 | 0.29 | 0.88 | 0.04 | 40.47 | 0.91 | 0.54 |
| Hex | F5 | AF | 1E | 0 | 1D | 58 | 4 | 28 | 5B | 36 |
| Octal | 365 | 257 | 36 | 0 | 35 | 130 | 4 | 50 | 133 | 66 |
| Binary | 11110101 | 10101111 | 11110 | 0 | 11101 | 1011000 | 100 | 101000 | 1011011 | 110110 |
Color Harmonies of #F5AF1E
Complementary color
Monochromatic Colors of #F5AF1E
Black with #F5AF1E
Text Example
Text Example
White with #F5AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF1E; }
p { color: rgb(245,175,30); }
H1.HeaderClassName
{
color: #F5AF1E;
}
.AnyTagClassName
{
color: #F5AF1E;
}
</style>
background-color css
<style>
a { background-color: #F5AF1E; }
a { background-color: rgb(245,175,30); }
div.DivClassName
{
background-color: #F5AF1E;
}
.BgClassName
{
background-color: #F5AF1E;
}
</style>
border-color css
<style>
span { border-color: #F5AF1E; }
span { border-color: rgb(245,175,30); }
td.TdClassName
{
border-color: #F5AF1E;
}
.TagClassName
{
border-color: #F5AF1E;
}
</style>