Shades of Dark Tangerine #F89D0F
Tints of Dark Tangerine #F89D0F
RGB
CMYK
RGB Variations
Color information
#F89D0F (or 0xF89D0F) is known color: Dark Tangerine. HEX triplet: F8, 9D and 0F. RGB value is (248,157,15). Sum of RGB (Red+Green+Blue) = 248+157+15=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D0F is #0762F0. Grayscale: #A8A8A8. Windows color (decimal): -484081 or 1023480. OLE color: 1023480.
HSL color Cylindrical-coordinate representation of color #F89D0F: hue angle of 36.57º 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 #F89D0F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.03 |
| HSL | 36.57º | 0.94% | 0.52% | - |
| HSV(B) | 36.57º | 0.94% | 0.97% | - |
| XYZ | 50.85 | 44.1 | 6.28 | - |
| YUV | 168.02 | 41.65 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 15 | 0 | 0.37 | 0.94 | 0.03 | 36.57 | 0.94 | 0.52 |
| Hex | F8 | 9D | F | 0 | 25 | 5E | 3 | 25 | 5E | 34 |
| Octal | 370 | 235 | 17 | 0 | 45 | 136 | 3 | 45 | 136 | 64 |
| Binary | 11111000 | 10011101 | 1111 | 0 | 100101 | 1011110 | 11 | 100101 | 1011110 | 110100 |
Color Harmonies of #F89D0F
Complementary color
Monochromatic Colors of #F89D0F
Black with #F89D0F
Text Example
Text Example
White with #F89D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D0F; }
p { color: rgb(248,157,15); }
H1.HeaderClassName
{
color: #F89D0F;
}
.AnyTagClassName
{
color: #F89D0F;
}
</style>
background-color css
<style>
a { background-color: #F89D0F; }
a { background-color: rgb(248,157,15); }
div.DivClassName
{
background-color: #F89D0F;
}
.BgClassName
{
background-color: #F89D0F;
}
</style>
border-color css
<style>
span { border-color: #F89D0F; }
span { border-color: rgb(248,157,15); }
td.TdClassName
{
border-color: #F89D0F;
}
.TagClassName
{
border-color: #F89D0F;
}
</style>