Shades of Dark Orange #FF940D
Tints of Dark Orange #FF940D
RGB
CMYK
RGB Variations
Color information
#FF940D (or 0xFF940D) is known color: Dark Orange. HEX triplet: FF, 94 and 0D. RGB value is (255,148,13). Sum of RGB (Red+Green+Blue) = 255+148+13=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF940D is #006BF2. Grayscale: #A5A5A5. Windows color (decimal): -27635 or 890111. OLE color: 890111.
HSL color Cylindrical-coordinate representation of color #FF940D: hue angle of 33.47º 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 #FF940D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 13 | - |
| CMYK | 0 | 0.42 | 0.95 | 0 |
| HSL | 33.47º | 1% | 0.53% | - |
| HSV(B) | 33.47º | 0.95% | 1% | - |
| XYZ | 51.9 | 42.47 | 5.84 | - |
| YUV | 164.6 | 42.45 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 13 | 0 | 0.42 | 0.95 | 0 | 33.47 | 1 | 0.53 |
| Hex | FF | 94 | D | 0 | 2A | 5F | 0 | 21 | 64 | 35 |
| Octal | 377 | 224 | 15 | 0 | 52 | 137 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010100 | 1101 | 0 | 101010 | 1011111 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF940D
Complementary color
Monochromatic Colors of #FF940D
Black with #FF940D
Text Example
Text Example
White with #FF940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF940D; }
p { color: rgb(255,148,13); }
H1.HeaderClassName
{
color: #FF940D;
}
.AnyTagClassName
{
color: #FF940D;
}
</style>
background-color css
<style>
a { background-color: #FF940D; }
a { background-color: rgb(255,148,13); }
div.DivClassName
{
background-color: #FF940D;
}
.BgClassName
{
background-color: #FF940D;
}
</style>
border-color css
<style>
span { border-color: #FF940D; }
span { border-color: rgb(255,148,13); }
td.TdClassName
{
border-color: #FF940D;
}
.TagClassName
{
border-color: #FF940D;
}
</style>