Shades of Dark Orange #FF9409
Tints of Dark Orange #FF9409
RGB
CMYK
RGB Variations
Color information
#FF9409 (or 0xFF9409) is known color: Dark Orange. HEX triplet: FF, 94 and 09. RGB value is (255,148,9). Sum of RGB (Red+Green+Blue) = 255+148+9=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9409 is #006BF6. Grayscale: #A4A4A4. Windows color (decimal): -27639 or 627967. OLE color: 627967.
HSL color Cylindrical-coordinate representation of color #FF9409: hue angle of 33.9º 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 #FF9409 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0 |
| HSL | 33.9º | 1% | 0.52% | - |
| HSV(B) | 33.9º | 0.96% | 1% | - |
| XYZ | 51.88 | 42.46 | 5.72 | - |
| YUV | 164.15 | 40.45 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 9 | 0 | 0.42 | 0.96 | 0 | 33.9 | 1 | 0.52 |
| Hex | FF | 94 | 9 | 0 | 2A | 60 | 0 | 22 | 64 | 34 |
| Octal | 377 | 224 | 11 | 0 | 52 | 140 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010100 | 1001 | 0 | 101010 | 1100000 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF9409
Complementary color
Monochromatic Colors of #FF9409
Black with #FF9409
Text Example
Text Example
White with #FF9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9409; }
p { color: rgb(255,148,9); }
H1.HeaderClassName
{
color: #FF9409;
}
.AnyTagClassName
{
color: #FF9409;
}
</style>
background-color css
<style>
a { background-color: #FF9409; }
a { background-color: rgb(255,148,9); }
div.DivClassName
{
background-color: #FF9409;
}
.BgClassName
{
background-color: #FF9409;
}
</style>
border-color css
<style>
span { border-color: #FF9409; }
span { border-color: rgb(255,148,9); }
td.TdClassName
{
border-color: #FF9409;
}
.TagClassName
{
border-color: #FF9409;
}
</style>