Shades of Dark Orange #FF890C
Tints of Dark Orange #FF890C
RGB
CMYK
RGB Variations
Color information
#FF890C (or 0xFF890C) is known color: Dark Orange. HEX triplet: FF, 89 and 0C. RGB value is (255,137,12). Sum of RGB (Red+Green+Blue) = 255+137+12=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF890C is #0076F3. Grayscale: #9E9E9E. Windows color (decimal): -30452 or 821759. OLE color: 821759.
HSL color Cylindrical-coordinate representation of color #FF890C: hue angle of 30.86º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF890C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0 |
| HSL | 30.86º | 1% | 0.52% | - |
| HSV(B) | 30.86º | 0.95% | 1% | - |
| XYZ | 50.25 | 39.18 | 5.26 | - |
| YUV | 158.03 | 45.59 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 12 | 0 | 0.46 | 0.95 | 0 | 30.86 | 1 | 0.52 |
| Hex | FF | 89 | C | 0 | 2E | 5F | 0 | 1F | 64 | 34 |
| Octal | 377 | 211 | 14 | 0 | 56 | 137 | 0 | 37 | 144 | 64 |
| Binary | 11111111 | 10001001 | 1100 | 0 | 101110 | 1011111 | 0 | 11111 | 1100100 | 110100 |
Color Harmonies of #FF890C
Complementary color
Monochromatic Colors of #FF890C
Black with #FF890C
Text Example
Text Example
White with #FF890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF890C; }
p { color: rgb(255,137,12); }
H1.HeaderClassName
{
color: #FF890C;
}
.AnyTagClassName
{
color: #FF890C;
}
</style>
background-color css
<style>
a { background-color: #FF890C; }
a { background-color: rgb(255,137,12); }
div.DivClassName
{
background-color: #FF890C;
}
.BgClassName
{
background-color: #FF890C;
}
</style>
border-color css
<style>
span { border-color: #FF890C; }
span { border-color: rgb(255,137,12); }
td.TdClassName
{
border-color: #FF890C;
}
.TagClassName
{
border-color: #FF890C;
}
</style>