Shades of Dark Orange #FF9308
Tints of Dark Orange #FF9308
RGB
CMYK
RGB Variations
Color information
#FF9308 (or 0xFF9308) is known color: Dark Orange. HEX triplet: FF, 93 and 08. RGB value is (255,147,8). Sum of RGB (Red+Green+Blue) = 255+147+8=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9308 is #006CF7. Grayscale: #A4A4A4. Windows color (decimal): -27896 or 562175. OLE color: 562175.
HSL color Cylindrical-coordinate representation of color #FF9308: hue angle of 33.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF9308 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 8 | - |
| CMYK | 0 | 0.42 | 0.97 | 0 |
| HSL | 33.77º | 1% | 0.52% | - |
| HSV(B) | 33.77º | 0.97% | 1% | - |
| XYZ | 51.72 | 42.14 | 5.64 | - |
| YUV | 163.45 | 40.28 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 8 | 0 | 0.42 | 0.97 | 0 | 33.77 | 1 | 0.52 |
| Hex | FF | 93 | 8 | 0 | 2A | 61 | 0 | 22 | 64 | 34 |
| Octal | 377 | 223 | 10 | 0 | 52 | 141 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010011 | 1000 | 0 | 101010 | 1100001 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF9308
Complementary color
Monochromatic Colors of #FF9308
Black with #FF9308
Text Example
Text Example
White with #FF9308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9308; }
p { color: rgb(255,147,8); }
H1.HeaderClassName
{
color: #FF9308;
}
.AnyTagClassName
{
color: #FF9308;
}
</style>
background-color css
<style>
a { background-color: #FF9308; }
a { background-color: rgb(255,147,8); }
div.DivClassName
{
background-color: #FF9308;
}
.BgClassName
{
background-color: #FF9308;
}
</style>
border-color css
<style>
span { border-color: #FF9308; }
span { border-color: rgb(255,147,8); }
td.TdClassName
{
border-color: #FF9308;
}
.TagClassName
{
border-color: #FF9308;
}
</style>