Shades of Dark Orange #FF950C
Tints of Dark Orange #FF950C
RGB
CMYK
RGB Variations
Color information
#FF950C (or 0xFF950C) is known color: Dark Orange. HEX triplet: FF, 95 and 0C. RGB value is (255,149,12). Sum of RGB (Red+Green+Blue) = 255+149+12=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950C is #006AF3. Grayscale: #A5A5A5. Windows color (decimal): -27380 or 824831. OLE color: 824831.
HSL color Cylindrical-coordinate representation of color #FF950C: hue angle of 33.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF950C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0 |
| HSL | 33.83º | 1% | 0.52% | - |
| HSV(B) | 33.83º | 0.95% | 1% | - |
| XYZ | 52.05 | 42.78 | 5.86 | - |
| YUV | 165.08 | 41.62 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 12 | 0 | 0.42 | 0.95 | 0 | 33.83 | 1 | 0.52 |
| Hex | FF | 95 | C | 0 | 2A | 5F | 0 | 22 | 64 | 34 |
| Octal | 377 | 225 | 14 | 0 | 52 | 137 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010101 | 1100 | 0 | 101010 | 1011111 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF950C
Complementary color
Monochromatic Colors of #FF950C
Black with #FF950C
Text Example
Text Example
White with #FF950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF950C; }
p { color: rgb(255,149,12); }
H1.HeaderClassName
{
color: #FF950C;
}
.AnyTagClassName
{
color: #FF950C;
}
</style>
background-color css
<style>
a { background-color: #FF950C; }
a { background-color: rgb(255,149,12); }
div.DivClassName
{
background-color: #FF950C;
}
.BgClassName
{
background-color: #FF950C;
}
</style>
border-color css
<style>
span { border-color: #FF950C; }
span { border-color: rgb(255,149,12); }
td.TdClassName
{
border-color: #FF950C;
}
.TagClassName
{
border-color: #FF950C;
}
</style>