Shades of Dark Orange #FA950C
Tints of Dark Orange #FA950C
RGB
CMYK
RGB Variations
Color information
#FA950C (or 0xFA950C) is known color: Dark Orange. HEX triplet: FA, 95 and 0C. RGB value is (250,149,12). Sum of RGB (Red+Green+Blue) = 250+149+12=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA950C is #056AF3. Grayscale: #A4A4A4. Windows color (decimal): -355060 or 824826. OLE color: 824826.
HSL color Cylindrical-coordinate representation of color #FA950C: hue angle of 34.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA950C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.02 |
| HSL | 34.54º | 0.96% | 0.51% | - |
| HSV(B) | 34.54º | 0.95% | 0.98% | - |
| XYZ | 50.24 | 41.85 | 5.78 | - |
| YUV | 163.58 | 42.46 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 12 | 0 | 0.40 | 0.95 | 0.02 | 34.54 | 0.96 | 0.51 |
| Hex | FA | 95 | C | 0 | 28 | 5F | 2 | 23 | 60 | 33 |
| Octal | 372 | 225 | 14 | 0 | 50 | 137 | 2 | 43 | 140 | 63 |
| Binary | 11111010 | 10010101 | 1100 | 0 | 101000 | 1011111 | 10 | 100011 | 1100000 | 110011 |
Color Harmonies of #FA950C
Complementary color
Monochromatic Colors of #FA950C
Black with #FA950C
Text Example
Text Example
White with #FA950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA950C; }
p { color: rgb(250,149,12); }
H1.HeaderClassName
{
color: #FA950C;
}
.AnyTagClassName
{
color: #FA950C;
}
</style>
background-color css
<style>
a { background-color: #FA950C; }
a { background-color: rgb(250,149,12); }
div.DivClassName
{
background-color: #FA950C;
}
.BgClassName
{
background-color: #FA950C;
}
</style>
border-color css
<style>
span { border-color: #FA950C; }
span { border-color: rgb(250,149,12); }
td.TdClassName
{
border-color: #FA950C;
}
.TagClassName
{
border-color: #FA950C;
}
</style>