Shades of Dark Orange #FF910B
Tints of Dark Orange #FF910B
RGB
CMYK
RGB Variations
Color information
#FF910B (or 0xFF910B) is known color: Dark Orange. HEX triplet: FF, 91 and 0B. RGB value is (255,145,11). Sum of RGB (Red+Green+Blue) = 255+145+11=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF910B is #006EF4. Grayscale: #A3A3A3. Windows color (decimal): -28405 or 758271. OLE color: 758271.
HSL color Cylindrical-coordinate representation of color #FF910B: hue angle of 32.95º 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 #FF910B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0 |
| HSL | 32.95º | 1% | 0.52% | - |
| HSV(B) | 32.95º | 0.96% | 1% | - |
| XYZ | 51.43 | 41.53 | 5.62 | - |
| YUV | 162.61 | 42.44 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 11 | 0 | 0.43 | 0.96 | 0 | 32.95 | 1 | 0.52 |
| Hex | FF | 91 | B | 0 | 2B | 60 | 0 | 21 | 64 | 34 |
| Octal | 377 | 221 | 13 | 0 | 53 | 140 | 0 | 41 | 144 | 64 |
| Binary | 11111111 | 10010001 | 1011 | 0 | 101011 | 1100000 | 0 | 100001 | 1100100 | 110100 |
Color Harmonies of #FF910B
Complementary color
Monochromatic Colors of #FF910B
Black with #FF910B
Text Example
Text Example
White with #FF910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF910B; }
p { color: rgb(255,145,11); }
H1.HeaderClassName
{
color: #FF910B;
}
.AnyTagClassName
{
color: #FF910B;
}
</style>
background-color css
<style>
a { background-color: #FF910B; }
a { background-color: rgb(255,145,11); }
div.DivClassName
{
background-color: #FF910B;
}
.BgClassName
{
background-color: #FF910B;
}
</style>
border-color css
<style>
span { border-color: #FF910B; }
span { border-color: rgb(255,145,11); }
td.TdClassName
{
border-color: #FF910B;
}
.TagClassName
{
border-color: #FF910B;
}
</style>