Shades of Dark Orange #FF9209
Tints of Dark Orange #FF9209
RGB
CMYK
RGB Variations
Color information
#FF9209 (or 0xFF9209) is known color: Dark Orange. HEX triplet: FF, 92 and 09. RGB value is (255,146,9). Sum of RGB (Red+Green+Blue) = 255+146+9=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9209 is #006DF6. Grayscale: #A3A3A3. Windows color (decimal): -28151 or 627455. OLE color: 627455.
HSL color Cylindrical-coordinate representation of color #FF9209: hue angle of 33.41º 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 #FF9209 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0 |
| HSL | 33.41º | 1% | 0.52% | - |
| HSV(B) | 33.41º | 0.96% | 1% | - |
| XYZ | 51.57 | 41.84 | 5.62 | - |
| YUV | 162.97 | 41.11 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 9 | 0 | 0.43 | 0.96 | 0 | 33.41 | 1 | 0.52 |
| Hex | FF | 92 | 9 | 0 | 2B | 60 | 0 | 21 | 64 | 34 |
| Octal | 377 | 222 | 11 | 0 | 53 | 140 | 0 | 41 | 144 | 64 |
| Binary | 11111111 | 10010010 | 1001 | 0 | 101011 | 1100000 | 0 | 100001 | 1100100 | 110100 |
Color Harmonies of #FF9209
Complementary color
Monochromatic Colors of #FF9209
Black with #FF9209
Text Example
Text Example
White with #FF9209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9209; }
p { color: rgb(255,146,9); }
H1.HeaderClassName
{
color: #FF9209;
}
.AnyTagClassName
{
color: #FF9209;
}
</style>
background-color css
<style>
a { background-color: #FF9209; }
a { background-color: rgb(255,146,9); }
div.DivClassName
{
background-color: #FF9209;
}
.BgClassName
{
background-color: #FF9209;
}
</style>
border-color css
<style>
span { border-color: #FF9209; }
span { border-color: rgb(255,146,9); }
td.TdClassName
{
border-color: #FF9209;
}
.TagClassName
{
border-color: #FF9209;
}
</style>