Shades of Dark Orange #FF9504
Tints of Dark Orange #FF9504
RGB
CMYK
RGB Variations
Color information
#FF9504 (or 0xFF9504) is known color: Dark Orange. HEX triplet: FF, 95 and 04. RGB value is (255,149,4). Sum of RGB (Red+Green+Blue) = 255+149+4=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9504 is #006AFB. Grayscale: #A4A4A4. Windows color (decimal): -27388 or 300543. OLE color: 300543.
HSL color Cylindrical-coordinate representation of color #FF9504: hue angle of 34.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9504 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0 |
| HSL | 34.66º | 1% | 0.51% | - |
| HSV(B) | 34.66º | 0.98% | 1% | - |
| XYZ | 52.01 | 42.76 | 5.63 | - |
| YUV | 164.16 | 37.62 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 4 | 0 | 0.42 | 0.98 | 0 | 34.66 | 1 | 0.51 |
| Hex | FF | 95 | 4 | 0 | 2A | 62 | 0 | 23 | 64 | 33 |
| Octal | 377 | 225 | 4 | 0 | 52 | 142 | 0 | 43 | 144 | 63 |
| Binary | 11111111 | 10010101 | 100 | 0 | 101010 | 1100010 | 0 | 100011 | 1100100 | 110011 |
Color Harmonies of #FF9504
Complementary color
Monochromatic Colors of #FF9504
Black with #FF9504
Text Example
Text Example
White with #FF9504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9504; }
p { color: rgb(255,149,4); }
H1.HeaderClassName
{
color: #FF9504;
}
.AnyTagClassName
{
color: #FF9504;
}
</style>
background-color css
<style>
a { background-color: #FF9504; }
a { background-color: rgb(255,149,4); }
div.DivClassName
{
background-color: #FF9504;
}
.BgClassName
{
background-color: #FF9504;
}
</style>
border-color css
<style>
span { border-color: #FF9504; }
span { border-color: rgb(255,149,4); }
td.TdClassName
{
border-color: #FF9504;
}
.TagClassName
{
border-color: #FF9504;
}
</style>