Shades of Dark Orange #FF900F
Tints of Dark Orange #FF900F
RGB
CMYK
RGB Variations
Color information
#FF900F (or 0xFF900F) is known color: Dark Orange. HEX triplet: FF, 90 and 0F. RGB value is (255,144,15). Sum of RGB (Red+Green+Blue) = 255+144+15=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF900F is #006FF0. Grayscale: #A3A3A3. Windows color (decimal): -28657 or 1020159. OLE color: 1020159.
HSL color Cylindrical-coordinate representation of color #FF900F: hue angle of 32.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF900F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 15 | - |
| CMYK | 0 | 0.44 | 0.94 | 0 |
| HSL | 32.25º | 1% | 0.53% | - |
| HSV(B) | 32.25º | 0.94% | 1% | - |
| XYZ | 51.3 | 41.24 | 5.71 | - |
| YUV | 162.48 | 44.77 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 15 | 0 | 0.44 | 0.94 | 0 | 32.25 | 1 | 0.53 |
| Hex | FF | 90 | F | 0 | 2C | 5E | 0 | 20 | 64 | 35 |
| Octal | 377 | 220 | 17 | 0 | 54 | 136 | 0 | 40 | 144 | 65 |
| Binary | 11111111 | 10010000 | 1111 | 0 | 101100 | 1011110 | 0 | 100000 | 1100100 | 110101 |
Color Harmonies of #FF900F
Complementary color
Monochromatic Colors of #FF900F
Black with #FF900F
Text Example
Text Example
White with #FF900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF900F; }
p { color: rgb(255,144,15); }
H1.HeaderClassName
{
color: #FF900F;
}
.AnyTagClassName
{
color: #FF900F;
}
</style>
background-color css
<style>
a { background-color: #FF900F; }
a { background-color: rgb(255,144,15); }
div.DivClassName
{
background-color: #FF900F;
}
.BgClassName
{
background-color: #FF900F;
}
</style>
border-color css
<style>
span { border-color: #FF900F; }
span { border-color: rgb(255,144,15); }
td.TdClassName
{
border-color: #FF900F;
}
.TagClassName
{
border-color: #FF900F;
}
</style>