Shades of Dark Tangerine #F89C11
Tints of Dark Tangerine #F89C11
RGB
CMYK
RGB Variations
Color information
#F89C11 (or 0xF89C11) is known color: Dark Tangerine. HEX triplet: F8, 9C and 11. RGB value is (248,156,17). Sum of RGB (Red+Green+Blue) = 248+156+17=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C11 is #0763EE. Grayscale: #A8A8A8. Windows color (decimal): -484335 or 1154296. OLE color: 1154296.
HSL color Cylindrical-coordinate representation of color #F89C11: hue angle of 36.1º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F89C11 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.03 |
| HSL | 36.1º | 0.94% | 0.52% | - |
| HSV(B) | 36.1º | 0.93% | 0.97% | - |
| XYZ | 50.7 | 43.77 | 6.31 | - |
| YUV | 167.66 | 42.98 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 17 | 0 | 0.37 | 0.93 | 0.03 | 36.1 | 0.94 | 0.52 |
| Hex | F8 | 9C | 11 | 0 | 25 | 5D | 3 | 24 | 5E | 34 |
| Octal | 370 | 234 | 21 | 0 | 45 | 135 | 3 | 44 | 136 | 64 |
| Binary | 11111000 | 10011100 | 10001 | 0 | 100101 | 1011101 | 11 | 100100 | 1011110 | 110100 |
Color Harmonies of #F89C11
Complementary color
Monochromatic Colors of #F89C11
Black with #F89C11
Text Example
Text Example
White with #F89C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C11; }
p { color: rgb(248,156,17); }
H1.HeaderClassName
{
color: #F89C11;
}
.AnyTagClassName
{
color: #F89C11;
}
</style>
background-color css
<style>
a { background-color: #F89C11; }
a { background-color: rgb(248,156,17); }
div.DivClassName
{
background-color: #F89C11;
}
.BgClassName
{
background-color: #F89C11;
}
</style>
border-color css
<style>
span { border-color: #F89C11; }
span { border-color: rgb(248,156,17); }
td.TdClassName
{
border-color: #F89C11;
}
.TagClassName
{
border-color: #F89C11;
}
</style>