Shades of Dark Orange #FE9507
Tints of Dark Orange #FE9507
RGB
CMYK
RGB Variations
Color information
#FE9507 (or 0xFE9507) is known color: Dark Orange. HEX triplet: FE, 95 and 07. RGB value is (254,149,7). Sum of RGB (Red+Green+Blue) = 254+149+7=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9507 is #016AF8. Grayscale: #A4A4A4. Windows color (decimal): -92921 or 497150. OLE color: 497150.
HSL color Cylindrical-coordinate representation of color #FE9507: hue angle of 34.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE9507 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.00 |
| HSL | 34.49º | 0.99% | 0.51% | - |
| HSV(B) | 34.49º | 0.97% | 1% | - |
| XYZ | 51.66 | 42.58 | 5.7 | - |
| YUV | 164.21 | 39.29 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 7 | 0 | 0.41 | 0.97 | 0.00 | 34.49 | 0.99 | 0.51 |
| Hex | FE | 95 | 7 | 0 | 29 | 61 | 0 | 22 | 63 | 33 |
| Octal | 376 | 225 | 7 | 0 | 51 | 141 | 0 | 42 | 143 | 63 |
| Binary | 11111110 | 10010101 | 111 | 0 | 101001 | 1100001 | 0 | 100010 | 1100011 | 110011 |
Color Harmonies of #FE9507
Complementary color
Monochromatic Colors of #FE9507
Black with #FE9507
Text Example
Text Example
White with #FE9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9507; }
p { color: rgb(254,149,7); }
H1.HeaderClassName
{
color: #FE9507;
}
.AnyTagClassName
{
color: #FE9507;
}
</style>
background-color css
<style>
a { background-color: #FE9507; }
a { background-color: rgb(254,149,7); }
div.DivClassName
{
background-color: #FE9507;
}
.BgClassName
{
background-color: #FE9507;
}
</style>
border-color css
<style>
span { border-color: #FE9507; }
span { border-color: rgb(254,149,7); }
td.TdClassName
{
border-color: #FE9507;
}
.TagClassName
{
border-color: #FE9507;
}
</style>