Shades of Dark Tangerine #F89D0D
Tints of Dark Tangerine #F89D0D
RGB
CMYK
RGB Variations
Color information
#F89D0D (or 0xF89D0D) is known color: Dark Tangerine. HEX triplet: F8, 9D and 0D. RGB value is (248,157,13). Sum of RGB (Red+Green+Blue) = 248+157+13=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D0D is #0762F2. Grayscale: #A8A8A8. Windows color (decimal): -484083 or 892408. OLE color: 892408.
HSL color Cylindrical-coordinate representation of color #F89D0D: hue angle of 36.77º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F89D0D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.03 |
| HSL | 36.77º | 0.94% | 0.51% | - |
| HSV(B) | 36.77º | 0.95% | 0.97% | - |
| XYZ | 50.84 | 44.1 | 6.21 | - |
| YUV | 167.79 | 40.65 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 13 | 0 | 0.37 | 0.95 | 0.03 | 36.77 | 0.94 | 0.51 |
| Hex | F8 | 9D | D | 0 | 25 | 5F | 3 | 25 | 5E | 33 |
| Octal | 370 | 235 | 15 | 0 | 45 | 137 | 3 | 45 | 136 | 63 |
| Binary | 11111000 | 10011101 | 1101 | 0 | 100101 | 1011111 | 11 | 100101 | 1011110 | 110011 |
Color Harmonies of #F89D0D
Complementary color
Monochromatic Colors of #F89D0D
Black with #F89D0D
Text Example
Text Example
White with #F89D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D0D; }
p { color: rgb(248,157,13); }
H1.HeaderClassName
{
color: #F89D0D;
}
.AnyTagClassName
{
color: #F89D0D;
}
</style>
background-color css
<style>
a { background-color: #F89D0D; }
a { background-color: rgb(248,157,13); }
div.DivClassName
{
background-color: #F89D0D;
}
.BgClassName
{
background-color: #F89D0D;
}
</style>
border-color css
<style>
span { border-color: #F89D0D; }
span { border-color: rgb(248,157,13); }
td.TdClassName
{
border-color: #F89D0D;
}
.TagClassName
{
border-color: #F89D0D;
}
</style>