Shades of Dark Orange #FA940E
Tints of Dark Orange #FA940E
RGB
CMYK
RGB Variations
Color information
#FA940E (or 0xFA940E) is known color: Dark Orange. HEX triplet: FA, 94 and 0E. RGB value is (250,148,14). Sum of RGB (Red+Green+Blue) = 250+148+14=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA940E is #056BF1. Grayscale: #A3A3A3. Windows color (decimal): -355314 or 955642. OLE color: 955642.
HSL color Cylindrical-coordinate representation of color #FA940E: hue angle of 34.07º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA940E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.02 |
| HSL | 34.07º | 0.96% | 0.52% | - |
| HSV(B) | 34.07º | 0.94% | 0.98% | - |
| XYZ | 50.09 | 41.54 | 5.79 | - |
| YUV | 163.22 | 43.79 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 14 | 0 | 0.41 | 0.94 | 0.02 | 34.07 | 0.96 | 0.52 |
| Hex | FA | 94 | E | 0 | 29 | 5E | 2 | 22 | 60 | 34 |
| Octal | 372 | 224 | 16 | 0 | 51 | 136 | 2 | 42 | 140 | 64 |
| Binary | 11111010 | 10010100 | 1110 | 0 | 101001 | 1011110 | 10 | 100010 | 1100000 | 110100 |
Color Harmonies of #FA940E
Complementary color
Monochromatic Colors of #FA940E
Black with #FA940E
Text Example
Text Example
White with #FA940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA940E; }
p { color: rgb(250,148,14); }
H1.HeaderClassName
{
color: #FA940E;
}
.AnyTagClassName
{
color: #FA940E;
}
</style>
background-color css
<style>
a { background-color: #FA940E; }
a { background-color: rgb(250,148,14); }
div.DivClassName
{
background-color: #FA940E;
}
.BgClassName
{
background-color: #FA940E;
}
</style>
border-color css
<style>
span { border-color: #FA940E; }
span { border-color: rgb(250,148,14); }
td.TdClassName
{
border-color: #FA940E;
}
.TagClassName
{
border-color: #FA940E;
}
</style>