Shades of Dark Tangerine #F89D14
Tints of Dark Tangerine #F89D14
RGB
CMYK
RGB Variations
Color information
#F89D14 (or 0xF89D14) is known color: Dark Tangerine. HEX triplet: F8, 9D and 14. RGB value is (248,157,20). Sum of RGB (Red+Green+Blue) = 248+157+20=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D14 is #0762EB. Grayscale: #A9A9A9. Windows color (decimal): -484076 or 1351160. OLE color: 1351160.
HSL color Cylindrical-coordinate representation of color #F89D14: hue angle of 36.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F89D14 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 20 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.03 |
| HSL | 36.05º | 0.94% | 0.53% | - |
| HSV(B) | 36.05º | 0.92% | 0.97% | - |
| XYZ | 50.89 | 44.12 | 6.5 | - |
| YUV | 168.59 | 44.15 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 20 | 0 | 0.37 | 0.92 | 0.03 | 36.05 | 0.94 | 0.53 |
| Hex | F8 | 9D | 14 | 0 | 25 | 5C | 3 | 24 | 5E | 35 |
| Octal | 370 | 235 | 24 | 0 | 45 | 134 | 3 | 44 | 136 | 65 |
| Binary | 11111000 | 10011101 | 10100 | 0 | 100101 | 1011100 | 11 | 100100 | 1011110 | 110101 |
Color Harmonies of #F89D14
Complementary color
Monochromatic Colors of #F89D14
Black with #F89D14
Text Example
Text Example
White with #F89D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D14; }
p { color: rgb(248,157,20); }
H1.HeaderClassName
{
color: #F89D14;
}
.AnyTagClassName
{
color: #F89D14;
}
</style>
background-color css
<style>
a { background-color: #F89D14; }
a { background-color: rgb(248,157,20); }
div.DivClassName
{
background-color: #F89D14;
}
.BgClassName
{
background-color: #F89D14;
}
</style>
border-color css
<style>
span { border-color: #F89D14; }
span { border-color: rgb(248,157,20); }
td.TdClassName
{
border-color: #F89D14;
}
.TagClassName
{
border-color: #F89D14;
}
</style>