Shades of Dark Tangerine #F5A81B
Tints of Dark Tangerine #F5A81B
RGB
CMYK
RGB Variations
Color information
#F5A81B (or 0xF5A81B) is known color: Dark Tangerine. HEX triplet: F5, A8 and 1B. RGB value is (245,168,27). Sum of RGB (Red+Green+Blue) = 245+168+27=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A81B is #0A57E4. Grayscale: #AFAFAF. Windows color (decimal): -677861 or 1812725. OLE color: 1812725.
HSL color Cylindrical-coordinate representation of color #F5A81B: hue angle of 38.81º 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 #F5A81B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 27 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.04 |
| HSL | 38.81º | 0.92% | 0.53% | - |
| HSV(B) | 38.81º | 0.89% | 0.96% | - |
| XYZ | 51.86 | 47.5 | 7.47 | - |
| YUV | 174.95 | 44.51 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 27 | 0 | 0.31 | 0.89 | 0.04 | 38.81 | 0.92 | 0.53 |
| Hex | F5 | A8 | 1B | 0 | 1F | 59 | 4 | 27 | 5C | 35 |
| Octal | 365 | 250 | 33 | 0 | 37 | 131 | 4 | 47 | 134 | 65 |
| Binary | 11110101 | 10101000 | 11011 | 0 | 11111 | 1011001 | 100 | 100111 | 1011100 | 110101 |
Color Harmonies of #F5A81B
Complementary color
Monochromatic Colors of #F5A81B
Black with #F5A81B
Text Example
Text Example
White with #F5A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A81B; }
p { color: rgb(245,168,27); }
H1.HeaderClassName
{
color: #F5A81B;
}
.AnyTagClassName
{
color: #F5A81B;
}
</style>
background-color css
<style>
a { background-color: #F5A81B; }
a { background-color: rgb(245,168,27); }
div.DivClassName
{
background-color: #F5A81B;
}
.BgClassName
{
background-color: #F5A81B;
}
</style>
border-color css
<style>
span { border-color: #F5A81B; }
span { border-color: rgb(245,168,27); }
td.TdClassName
{
border-color: #F5A81B;
}
.TagClassName
{
border-color: #F5A81B;
}
</style>