Shades of Dark Tangerine #F89A10
Tints of Dark Tangerine #F89A10
RGB
CMYK
RGB Variations
Color information
#F89A10 (or 0xF89A10) is known color: Dark Tangerine. HEX triplet: F8, 9A and 10. RGB value is (248,154,16). Sum of RGB (Red+Green+Blue) = 248+154+16=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A10 is #0765EF. Grayscale: #A7A7A7. Windows color (decimal): -484848 or 1088248. OLE color: 1088248.
HSL color Cylindrical-coordinate representation of color #F89A10: hue angle of 35.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F89A10 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 16 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.03 |
| HSL | 35.69º | 0.94% | 0.52% | - |
| HSV(B) | 35.69º | 0.94% | 0.97% | - |
| XYZ | 50.36 | 43.11 | 6.16 | - |
| YUV | 166.37 | 43.14 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 16 | 0 | 0.38 | 0.94 | 0.03 | 35.69 | 0.94 | 0.52 |
| Hex | F8 | 9A | 10 | 0 | 26 | 5E | 3 | 24 | 5E | 34 |
| Octal | 370 | 232 | 20 | 0 | 46 | 136 | 3 | 44 | 136 | 64 |
| Binary | 11111000 | 10011010 | 10000 | 0 | 100110 | 1011110 | 11 | 100100 | 1011110 | 110100 |
Color Harmonies of #F89A10
Complementary color
Monochromatic Colors of #F89A10
Black with #F89A10
Text Example
Text Example
White with #F89A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A10; }
p { color: rgb(248,154,16); }
H1.HeaderClassName
{
color: #F89A10;
}
.AnyTagClassName
{
color: #F89A10;
}
</style>
background-color css
<style>
a { background-color: #F89A10; }
a { background-color: rgb(248,154,16); }
div.DivClassName
{
background-color: #F89A10;
}
.BgClassName
{
background-color: #F89A10;
}
</style>
border-color css
<style>
span { border-color: #F89A10; }
span { border-color: rgb(248,154,16); }
td.TdClassName
{
border-color: #F89A10;
}
.TagClassName
{
border-color: #F89A10;
}
</style>