Shades of Dark Orange #FE950F
Tints of Dark Orange #FE950F
RGB
CMYK
RGB Variations
Color information
#FE950F (or 0xFE950F) is known color: Dark Orange. HEX triplet: FE, 95 and 0F. RGB value is (254,149,15). Sum of RGB (Red+Green+Blue) = 254+149+15=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE950F is #016AF0. Grayscale: #A5A5A5. Windows color (decimal): -92913 or 1021438. OLE color: 1021438.
HSL color Cylindrical-coordinate representation of color #FE950F: hue angle of 33.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE950F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 15 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.00 |
| HSL | 33.64º | 0.99% | 0.53% | - |
| HSV(B) | 33.64º | 0.94% | 1% | - |
| XYZ | 51.71 | 42.6 | 5.95 | - |
| YUV | 165.12 | 43.29 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 15 | 0 | 0.41 | 0.94 | 0.00 | 33.64 | 0.99 | 0.53 |
| Hex | FE | 95 | F | 0 | 29 | 5E | 0 | 22 | 63 | 35 |
| Octal | 376 | 225 | 17 | 0 | 51 | 136 | 0 | 42 | 143 | 65 |
| Binary | 11111110 | 10010101 | 1111 | 0 | 101001 | 1011110 | 0 | 100010 | 1100011 | 110101 |
Color Harmonies of #FE950F
Complementary color
Monochromatic Colors of #FE950F
Black with #FE950F
Text Example
Text Example
White with #FE950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE950F; }
p { color: rgb(254,149,15); }
H1.HeaderClassName
{
color: #FE950F;
}
.AnyTagClassName
{
color: #FE950F;
}
</style>
background-color css
<style>
a { background-color: #FE950F; }
a { background-color: rgb(254,149,15); }
div.DivClassName
{
background-color: #FE950F;
}
.BgClassName
{
background-color: #FE950F;
}
</style>
border-color css
<style>
span { border-color: #FE950F; }
span { border-color: rgb(254,149,15); }
td.TdClassName
{
border-color: #FE950F;
}
.TagClassName
{
border-color: #FE950F;
}
</style>