Shades of Dark Orange #FF930B
Tints of Dark Orange #FF930B
RGB
CMYK
RGB Variations
Color information
#FF930B (or 0xFF930B) is known color: Dark Orange. HEX triplet: FF, 93 and 0B. RGB value is (255,147,11). Sum of RGB (Red+Green+Blue) = 255+147+11=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF930B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF930B is #006CF4. Grayscale: #A4A4A4. Windows color (decimal): -27893 or 758783. OLE color: 758783.
HSL color Cylindrical-coordinate representation of color #FF930B: hue angle of 33.44º 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 #FF930B is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 11 | - |
| CMYK | 0 | 0.42 | 0.96 | 0 |
| HSL | 33.44º | 1% | 0.52% | - |
| HSV(B) | 33.44º | 0.96% | 1% | - |
| XYZ | 51.73 | 42.15 | 5.73 | - |
| YUV | 163.79 | 41.78 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 11 | 0 | 0.42 | 0.96 | 0 | 33.44 | 1 | 0.52 |
| Hex | FF | 93 | B | 0 | 2A | 60 | 0 | 21 | 64 | 34 |
| Octal | 377 | 223 | 13 | 0 | 52 | 140 | 0 | 41 | 144 | 64 |
| Binary | 11111111 | 10010011 | 1011 | 0 | 101010 | 1100000 | 0 | 100001 | 1100100 | 110100 |
Color Harmonies of #FF930B
Complementary color
Monochromatic Colors of #FF930B
Black with #FF930B
Text Example
Text Example
White with #FF930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF930B; }
p { color: rgb(255,147,11); }
H1.HeaderClassName
{
color: #FF930B;
}
.AnyTagClassName
{
color: #FF930B;
}
</style>
background-color css
<style>
a { background-color: #FF930B; }
a { background-color: rgb(255,147,11); }
div.DivClassName
{
background-color: #FF930B;
}
.BgClassName
{
background-color: #FF930B;
}
</style>
border-color css
<style>
span { border-color: #FF930B; }
span { border-color: rgb(255,147,11); }
td.TdClassName
{
border-color: #FF930B;
}
.TagClassName
{
border-color: #FF930B;
}
</style>