Shades of Dark Tangerine #F89C19
Tints of Dark Tangerine #F89C19
RGB
CMYK
RGB Variations
Color information
#F89C19 (or 0xF89C19) is known color: Dark Tangerine. HEX triplet: F8, 9C and 19. RGB value is (248,156,25). Sum of RGB (Red+Green+Blue) = 248+156+25=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C19 is #0763E6. Grayscale: #A9A9A9. Windows color (decimal): -484327 or 1678584. OLE color: 1678584.
HSL color Cylindrical-coordinate representation of color #F89C19: hue angle of 35.25º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F89C19 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 25 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.03 |
| HSL | 35.25º | 0.94% | 0.54% | - |
| HSV(B) | 35.25º | 0.9% | 0.97% | - |
| XYZ | 50.78 | 43.8 | 6.7 | - |
| YUV | 168.57 | 46.98 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 25 | 0 | 0.37 | 0.90 | 0.03 | 35.25 | 0.94 | 0.54 |
| Hex | F8 | 9C | 19 | 0 | 25 | 5A | 3 | 23 | 5E | 36 |
| Octal | 370 | 234 | 31 | 0 | 45 | 132 | 3 | 43 | 136 | 66 |
| Binary | 11111000 | 10011100 | 11001 | 0 | 100101 | 1011010 | 11 | 100011 | 1011110 | 110110 |
Color Harmonies of #F89C19
Complementary color
Monochromatic Colors of #F89C19
Black with #F89C19
Text Example
Text Example
White with #F89C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C19; }
p { color: rgb(248,156,25); }
H1.HeaderClassName
{
color: #F89C19;
}
.AnyTagClassName
{
color: #F89C19;
}
</style>
background-color css
<style>
a { background-color: #F89C19; }
a { background-color: rgb(248,156,25); }
div.DivClassName
{
background-color: #F89C19;
}
.BgClassName
{
background-color: #F89C19;
}
</style>
border-color css
<style>
span { border-color: #F89C19; }
span { border-color: rgb(248,156,25); }
td.TdClassName
{
border-color: #F89C19;
}
.TagClassName
{
border-color: #F89C19;
}
</style>