Shades of Dark Tangerine #F89C18
Tints of Dark Tangerine #F89C18
RGB
CMYK
RGB Variations
Color information
#F89C18 (or 0xF89C18) is known color: Dark Tangerine. HEX triplet: F8, 9C and 18. RGB value is (248,156,24). Sum of RGB (Red+Green+Blue) = 248+156+24=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C18 is #0763E7. Grayscale: #A9A9A9. Windows color (decimal): -484328 or 1613048. OLE color: 1613048.
HSL color Cylindrical-coordinate representation of color #F89C18: hue angle of 35.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F89C18 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 24 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.03 |
| HSL | 35.36º | 0.94% | 0.53% | - |
| HSV(B) | 35.36º | 0.9% | 0.97% | - |
| XYZ | 50.76 | 43.8 | 6.64 | - |
| YUV | 168.46 | 46.48 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 24 | 0 | 0.37 | 0.90 | 0.03 | 35.36 | 0.94 | 0.53 |
| Hex | F8 | 9C | 18 | 0 | 25 | 5A | 3 | 23 | 5E | 35 |
| Octal | 370 | 234 | 30 | 0 | 45 | 132 | 3 | 43 | 136 | 65 |
| Binary | 11111000 | 10011100 | 11000 | 0 | 100101 | 1011010 | 11 | 100011 | 1011110 | 110101 |
Color Harmonies of #F89C18
Complementary color
Monochromatic Colors of #F89C18
Black with #F89C18
Text Example
Text Example
White with #F89C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C18; }
p { color: rgb(248,156,24); }
H1.HeaderClassName
{
color: #F89C18;
}
.AnyTagClassName
{
color: #F89C18;
}
</style>
background-color css
<style>
a { background-color: #F89C18; }
a { background-color: rgb(248,156,24); }
div.DivClassName
{
background-color: #F89C18;
}
.BgClassName
{
background-color: #F89C18;
}
</style>
border-color css
<style>
span { border-color: #F89C18; }
span { border-color: rgb(248,156,24); }
td.TdClassName
{
border-color: #F89C18;
}
.TagClassName
{
border-color: #F89C18;
}
</style>