Shades of Dark Orange #FF890B
Tints of Dark Orange #FF890B
RGB
CMYK
RGB Variations
Color information
#FF890B (or 0xFF890B) is known color: Dark Orange. HEX triplet: FF, 89 and 0B. RGB value is (255,137,11). Sum of RGB (Red+Green+Blue) = 255+137+11=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF890B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF890B is #0076F4. Grayscale: #9E9E9E. Windows color (decimal): -30453 or 756223. OLE color: 756223.
HSL color Cylindrical-coordinate representation of color #FF890B: hue angle of 30.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF890B is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 11 | - |
| CMYK | 0 | 0.46 | 0.96 | 0 |
| HSL | 30.98º | 1% | 0.52% | - |
| HSV(B) | 30.98º | 0.96% | 1% | - |
| XYZ | 50.25 | 39.18 | 5.23 | - |
| YUV | 157.92 | 45.09 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 11 | 0 | 0.46 | 0.96 | 0 | 30.98 | 1 | 0.52 |
| Hex | FF | 89 | B | 0 | 2E | 60 | 0 | 1F | 64 | 34 |
| Octal | 377 | 211 | 13 | 0 | 56 | 140 | 0 | 37 | 144 | 64 |
| Binary | 11111111 | 10001001 | 1011 | 0 | 101110 | 1100000 | 0 | 11111 | 1100100 | 110100 |
Color Harmonies of #FF890B
Complementary color
Monochromatic Colors of #FF890B
Black with #FF890B
Text Example
Text Example
White with #FF890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF890B; }
p { color: rgb(255,137,11); }
H1.HeaderClassName
{
color: #FF890B;
}
.AnyTagClassName
{
color: #FF890B;
}
</style>
background-color css
<style>
a { background-color: #FF890B; }
a { background-color: rgb(255,137,11); }
div.DivClassName
{
background-color: #FF890B;
}
.BgClassName
{
background-color: #FF890B;
}
</style>
border-color css
<style>
span { border-color: #FF890B; }
span { border-color: rgb(255,137,11); }
td.TdClassName
{
border-color: #FF890B;
}
.TagClassName
{
border-color: #FF890B;
}
</style>