Shades of Dark Orange #FF950A
Tints of Dark Orange #FF950A
RGB
CMYK
RGB Variations
Color information
#FF950A (or 0xFF950A) is known color: Dark Orange. HEX triplet: FF, 95 and 0A. RGB value is (255,149,10). Sum of RGB (Red+Green+Blue) = 255+149+10=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950A is #006AF5. Grayscale: #A5A5A5. Windows color (decimal): -27382 or 693759. OLE color: 693759.
HSL color Cylindrical-coordinate representation of color #FF950A: hue angle of 34.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF950A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0 |
| HSL | 34.04º | 1% | 0.52% | - |
| HSV(B) | 34.04º | 0.96% | 1% | - |
| XYZ | 52.04 | 42.78 | 5.8 | - |
| YUV | 164.85 | 40.62 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 10 | 0 | 0.42 | 0.96 | 0 | 34.04 | 1 | 0.52 |
| Hex | FF | 95 | A | 0 | 2A | 60 | 0 | 22 | 64 | 34 |
| Octal | 377 | 225 | 12 | 0 | 52 | 140 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010101 | 1010 | 0 | 101010 | 1100000 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF950A
Complementary color
Monochromatic Colors of #FF950A
Black with #FF950A
Text Example
Text Example
White with #FF950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF950A; }
p { color: rgb(255,149,10); }
H1.HeaderClassName
{
color: #FF950A;
}
.AnyTagClassName
{
color: #FF950A;
}
</style>
background-color css
<style>
a { background-color: #FF950A; }
a { background-color: rgb(255,149,10); }
div.DivClassName
{
background-color: #FF950A;
}
.BgClassName
{
background-color: #FF950A;
}
</style>
border-color css
<style>
span { border-color: #FF950A; }
span { border-color: rgb(255,149,10); }
td.TdClassName
{
border-color: #FF950A;
}
.TagClassName
{
border-color: #FF950A;
}
</style>