Shades of Dark Tangerine #F5AD1B
Tints of Dark Tangerine #F5AD1B
RGB
CMYK
RGB Variations
Color information
#F5AD1B (or 0xF5AD1B) is known color: Dark Tangerine. HEX triplet: F5, AD and 1B. RGB value is (245,173,27). Sum of RGB (Red+Green+Blue) = 245+173+27=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD1B is #0A52E4. Grayscale: #B2B2B2. Windows color (decimal): -676581 or 1814005. OLE color: 1814005.
HSL color Cylindrical-coordinate representation of color #F5AD1B: hue angle of 40.18º 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 #F5AD1B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.04 |
| HSL | 40.18º | 0.92% | 0.53% | - |
| HSV(B) | 40.18º | 0.89% | 0.96% | - |
| XYZ | 52.8 | 49.38 | 7.79 | - |
| YUV | 177.88 | 42.85 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 27 | 0 | 0.29 | 0.89 | 0.04 | 40.18 | 0.92 | 0.53 |
| Hex | F5 | AD | 1B | 0 | 1D | 59 | 4 | 28 | 5C | 35 |
| Octal | 365 | 255 | 33 | 0 | 35 | 131 | 4 | 50 | 134 | 65 |
| Binary | 11110101 | 10101101 | 11011 | 0 | 11101 | 1011001 | 100 | 101000 | 1011100 | 110101 |
Color Harmonies of #F5AD1B
Complementary color
Monochromatic Colors of #F5AD1B
Black with #F5AD1B
Text Example
Text Example
White with #F5AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD1B; }
p { color: rgb(245,173,27); }
H1.HeaderClassName
{
color: #F5AD1B;
}
.AnyTagClassName
{
color: #F5AD1B;
}
</style>
background-color css
<style>
a { background-color: #F5AD1B; }
a { background-color: rgb(245,173,27); }
div.DivClassName
{
background-color: #F5AD1B;
}
.BgClassName
{
background-color: #F5AD1B;
}
</style>
border-color css
<style>
span { border-color: #F5AD1B; }
span { border-color: rgb(245,173,27); }
td.TdClassName
{
border-color: #F5AD1B;
}
.TagClassName
{
border-color: #F5AD1B;
}
</style>