Shades of Dark Orange #FF950F
Tints of Dark Orange #FF950F
RGB
CMYK
RGB Variations
Color information
#FF950F (or 0xFF950F) is known color: Dark Orange. HEX triplet: FF, 95 and 0F. RGB value is (255,149,15). Sum of RGB (Red+Green+Blue) = 255+149+15=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950F is #006AF0. Grayscale: #A6A6A6. Windows color (decimal): -27377 or 1021439. OLE color: 1021439.
HSL color Cylindrical-coordinate representation of color #FF950F: hue angle of 33.5º 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 #FF950F is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 15 | - |
| CMYK | 0 | 0.42 | 0.94 | 0 |
| HSL | 33.5º | 1% | 0.53% | - |
| HSV(B) | 33.5º | 0.94% | 1% | - |
| XYZ | 52.07 | 42.79 | 5.97 | - |
| YUV | 165.42 | 43.12 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 15 | 0 | 0.42 | 0.94 | 0 | 33.5 | 1 | 0.53 |
| Hex | FF | 95 | F | 0 | 2A | 5E | 0 | 22 | 64 | 35 |
| Octal | 377 | 225 | 17 | 0 | 52 | 136 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10010101 | 1111 | 0 | 101010 | 1011110 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF950F
Complementary color
Monochromatic Colors of #FF950F
Black with #FF950F
Text Example
Text Example
White with #FF950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF950F; }
p { color: rgb(255,149,15); }
H1.HeaderClassName
{
color: #FF950F;
}
.AnyTagClassName
{
color: #FF950F;
}
</style>
background-color css
<style>
a { background-color: #FF950F; }
a { background-color: rgb(255,149,15); }
div.DivClassName
{
background-color: #FF950F;
}
.BgClassName
{
background-color: #FF950F;
}
</style>
border-color css
<style>
span { border-color: #FF950F; }
span { border-color: rgb(255,149,15); }
td.TdClassName
{
border-color: #FF950F;
}
.TagClassName
{
border-color: #FF950F;
}
</style>