Shades of Dark Orange #FF940E
Tints of Dark Orange #FF940E
RGB
CMYK
RGB Variations
Color information
#FF940E (or 0xFF940E) is known color: Dark Orange. HEX triplet: FF, 94 and 0E. RGB value is (255,148,14). Sum of RGB (Red+Green+Blue) = 255+148+14=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF940E is #006BF1. Grayscale: #A5A5A5. Windows color (decimal): -27634 or 955647. OLE color: 955647.
HSL color Cylindrical-coordinate representation of color #FF940E: hue angle of 33.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF940E is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 14 | - |
| CMYK | 0 | 0.42 | 0.95 | 0 |
| HSL | 33.36º | 1% | 0.53% | - |
| HSV(B) | 33.36º | 0.95% | 1% | - |
| XYZ | 51.91 | 42.47 | 5.88 | - |
| YUV | 164.72 | 42.95 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 14 | 0 | 0.42 | 0.95 | 0 | 33.36 | 1 | 0.53 |
| Hex | FF | 94 | E | 0 | 2A | 5F | 0 | 21 | 64 | 35 |
| Octal | 377 | 224 | 16 | 0 | 52 | 137 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010100 | 1110 | 0 | 101010 | 1011111 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF940E
Complementary color
Monochromatic Colors of #FF940E
Black with #FF940E
Text Example
Text Example
White with #FF940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF940E; }
p { color: rgb(255,148,14); }
H1.HeaderClassName
{
color: #FF940E;
}
.AnyTagClassName
{
color: #FF940E;
}
</style>
background-color css
<style>
a { background-color: #FF940E; }
a { background-color: rgb(255,148,14); }
div.DivClassName
{
background-color: #FF940E;
}
.BgClassName
{
background-color: #FF940E;
}
</style>
border-color css
<style>
span { border-color: #FF940E; }
span { border-color: rgb(255,148,14); }
td.TdClassName
{
border-color: #FF940E;
}
.TagClassName
{
border-color: #FF940E;
}
</style>