Shades of Dark Tangerine #F89B17
Tints of Dark Tangerine #F89B17
RGB
CMYK
RGB Variations
Color information
#F89B17 (or 0xF89B17) is known color: Dark Tangerine. HEX triplet: F8, 9B and 17. RGB value is (248,155,23). Sum of RGB (Red+Green+Blue) = 248+155+23=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89B17 is #0764E8. Grayscale: #A8A8A8. Windows color (decimal): -484585 or 1547256. OLE color: 1547256.
HSL color Cylindrical-coordinate representation of color #F89B17: hue angle of 35.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F89B17 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 23 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.03 |
| HSL | 35.2º | 0.94% | 0.53% | - |
| HSV(B) | 35.2º | 0.91% | 0.97% | - |
| XYZ | 50.59 | 43.46 | 6.53 | - |
| YUV | 167.76 | 46.31 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 23 | 0 | 0.38 | 0.91 | 0.03 | 35.2 | 0.94 | 0.53 |
| Hex | F8 | 9B | 17 | 0 | 26 | 5B | 3 | 23 | 5E | 35 |
| Octal | 370 | 233 | 27 | 0 | 46 | 133 | 3 | 43 | 136 | 65 |
| Binary | 11111000 | 10011011 | 10111 | 0 | 100110 | 1011011 | 11 | 100011 | 1011110 | 110101 |
Color Harmonies of #F89B17
Complementary color
Monochromatic Colors of #F89B17
Black with #F89B17
Text Example
Text Example
White with #F89B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B17; }
p { color: rgb(248,155,23); }
H1.HeaderClassName
{
color: #F89B17;
}
.AnyTagClassName
{
color: #F89B17;
}
</style>
background-color css
<style>
a { background-color: #F89B17; }
a { background-color: rgb(248,155,23); }
div.DivClassName
{
background-color: #F89B17;
}
.BgClassName
{
background-color: #F89B17;
}
</style>
border-color css
<style>
span { border-color: #F89B17; }
span { border-color: rgb(248,155,23); }
td.TdClassName
{
border-color: #F89B17;
}
.TagClassName
{
border-color: #F89B17;
}
</style>