Shades of Dark Tangerine #F5B50F
Tints of Dark Tangerine #F5B50F
RGB
CMYK
RGB Variations
Color information
#F5B50F (or 0xF5B50F) is known color: Dark Tangerine. HEX triplet: F5, B5 and 0F. RGB value is (245,181,15). Sum of RGB (Red+Green+Blue) = 245+181+15=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B50F is #0A4AF0. Grayscale: #B5B5B5. Windows color (decimal): -674545 or 1029621. OLE color: 1029621.
HSL color Cylindrical-coordinate representation of color #F5B50F: hue angle of 43.3º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5B50F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.04 |
| HSL | 43.3º | 0.92% | 0.51% | - |
| HSV(B) | 43.3º | 0.94% | 0.96% | - |
| XYZ | 54.27 | 52.49 | 7.72 | - |
| YUV | 181.21 | 34.2 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 15 | 0 | 0.26 | 0.94 | 0.04 | 43.3 | 0.92 | 0.51 |
| Hex | F5 | B5 | F | 0 | 1A | 5E | 4 | 2B | 5C | 33 |
| Octal | 365 | 265 | 17 | 0 | 32 | 136 | 4 | 53 | 134 | 63 |
| Binary | 11110101 | 10110101 | 1111 | 0 | 11010 | 1011110 | 100 | 101011 | 1011100 | 110011 |
Color Harmonies of #F5B50F
Complementary color
Monochromatic Colors of #F5B50F
Black with #F5B50F
Text Example
Text Example
White with #F5B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B50F; }
p { color: rgb(245,181,15); }
H1.HeaderClassName
{
color: #F5B50F;
}
.AnyTagClassName
{
color: #F5B50F;
}
</style>
background-color css
<style>
a { background-color: #F5B50F; }
a { background-color: rgb(245,181,15); }
div.DivClassName
{
background-color: #F5B50F;
}
.BgClassName
{
background-color: #F5B50F;
}
</style>
border-color css
<style>
span { border-color: #F5B50F; }
span { border-color: rgb(245,181,15); }
td.TdClassName
{
border-color: #F5B50F;
}
.TagClassName
{
border-color: #F5B50F;
}
</style>