Shades of Dark Orange #FF940C
Tints of Dark Orange #FF940C
RGB
CMYK
RGB Variations
Color information
#FF940C (or 0xFF940C) is known color: Dark Orange. HEX triplet: FF, 94 and 0C. RGB value is (255,148,12). Sum of RGB (Red+Green+Blue) = 255+148+12=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF940C is #006BF3. Grayscale: #A5A5A5. Windows color (decimal): -27636 or 824575. OLE color: 824575.
HSL color Cylindrical-coordinate representation of color #FF940C: hue angle of 33.58º 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 #FF940C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0 |
| HSL | 33.58º | 1% | 0.52% | - |
| HSV(B) | 33.58º | 0.95% | 1% | - |
| XYZ | 51.9 | 42.47 | 5.81 | - |
| YUV | 164.49 | 41.95 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 12 | 0 | 0.42 | 0.95 | 0 | 33.58 | 1 | 0.52 |
| Hex | FF | 94 | C | 0 | 2A | 5F | 0 | 22 | 64 | 34 |
| Octal | 377 | 224 | 14 | 0 | 52 | 137 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010100 | 1100 | 0 | 101010 | 1011111 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF940C
Complementary color
Monochromatic Colors of #FF940C
Black with #FF940C
Text Example
Text Example
White with #FF940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF940C; }
p { color: rgb(255,148,12); }
H1.HeaderClassName
{
color: #FF940C;
}
.AnyTagClassName
{
color: #FF940C;
}
</style>
background-color css
<style>
a { background-color: #FF940C; }
a { background-color: rgb(255,148,12); }
div.DivClassName
{
background-color: #FF940C;
}
.BgClassName
{
background-color: #FF940C;
}
</style>
border-color css
<style>
span { border-color: #FF940C; }
span { border-color: rgb(255,148,12); }
td.TdClassName
{
border-color: #FF940C;
}
.TagClassName
{
border-color: #FF940C;
}
</style>