Shades of Dark Orange #FF9300
Tints of Dark Orange #FF9300
RGB
CMYK
RGB Variations
Color information
#FF9300 (or 0xFF9300) is known color: Dark Orange. HEX triplet: FF, 93 and 00. RGB value is (255,147,0). Sum of RGB (Red+Green+Blue) = 255+147+0=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9300 is #006CFF. Grayscale: #A3A3A3. Windows color (decimal): -27904 or 37887. OLE color: 37887.
HSL color Cylindrical-coordinate representation of color #FF9300: hue angle of 34.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF9300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0 |
| HSL | 34.59º | 1% | 0.5% | - |
| HSV(B) | 34.59º | 1% | 1% | - |
| XYZ | 51.67 | 42.13 | 5.41 | - |
| YUV | 162.53 | 36.28 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 0 | 0 | 0.42 | 1 | 0 | 34.59 | 1 | 0.5 |
| Hex | FF | 93 | 0 | 0 | 2A | 64 | 0 | 23 | 64 | 32 |
| Octal | 377 | 223 | 0 | 0 | 52 | 144 | 0 | 43 | 144 | 62 |
| Binary | 11111111 | 10010011 | 0 | 0 | 101010 | 1100100 | 0 | 100011 | 1100100 | 110010 |
Color Harmonies of #FF9300
Complementary color
Monochromatic Colors of #FF9300
Black with #FF9300
Text Example
Text Example
White with #FF9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9300; }
p { color: rgb(255,147,0); }
H1.HeaderClassName
{
color: #FF9300;
}
.AnyTagClassName
{
color: #FF9300;
}
</style>
background-color css
<style>
a { background-color: #FF9300; }
a { background-color: rgb(255,147,0); }
div.DivClassName
{
background-color: #FF9300;
}
.BgClassName
{
background-color: #FF9300;
}
</style>
border-color css
<style>
span { border-color: #FF9300; }
span { border-color: rgb(255,147,0); }
td.TdClassName
{
border-color: #FF9300;
}
.TagClassName
{
border-color: #FF9300;
}
</style>