Shades of Dark Orange #FF930D
Tints of Dark Orange #FF930D
RGB
CMYK
RGB Variations
Color information
#FF930D (or 0xFF930D) is known color: Dark Orange. HEX triplet: FF, 93 and 0D. RGB value is (255,147,13). Sum of RGB (Red+Green+Blue) = 255+147+13=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF930D is #006CF2. Grayscale: #A4A4A4. Windows color (decimal): -27891 or 889855. OLE color: 889855.
HSL color Cylindrical-coordinate representation of color #FF930D: hue angle of 33.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF930D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 13 | - |
| CMYK | 0 | 0.42 | 0.95 | 0 |
| HSL | 33.22º | 1% | 0.53% | - |
| HSV(B) | 33.22º | 0.95% | 1% | - |
| XYZ | 51.75 | 42.16 | 5.79 | - |
| YUV | 164.02 | 42.78 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 13 | 0 | 0.42 | 0.95 | 0 | 33.22 | 1 | 0.53 |
| Hex | FF | 93 | D | 0 | 2A | 5F | 0 | 21 | 64 | 35 |
| Octal | 377 | 223 | 15 | 0 | 52 | 137 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010011 | 1101 | 0 | 101010 | 1011111 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF930D
Complementary color
Monochromatic Colors of #FF930D
Black with #FF930D
Text Example
Text Example
White with #FF930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF930D; }
p { color: rgb(255,147,13); }
H1.HeaderClassName
{
color: #FF930D;
}
.AnyTagClassName
{
color: #FF930D;
}
</style>
background-color css
<style>
a { background-color: #FF930D; }
a { background-color: rgb(255,147,13); }
div.DivClassName
{
background-color: #FF930D;
}
.BgClassName
{
background-color: #FF930D;
}
</style>
border-color css
<style>
span { border-color: #FF930D; }
span { border-color: rgb(255,147,13); }
td.TdClassName
{
border-color: #FF930D;
}
.TagClassName
{
border-color: #FF930D;
}
</style>