Shades of Dark Orange #F7940D
Tints of Dark Orange #F7940D
RGB
CMYK
RGB Variations
Color information
#F7940D (or 0xF7940D) is known color: Dark Orange. HEX triplet: F7, 94 and 0D. RGB value is (247,148,13). Sum of RGB (Red+Green+Blue) = 247+148+13=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7940D is #086BF2. Grayscale: #A2A2A2. Windows color (decimal): -551923 or 890103. OLE color: 890103.
HSL color Cylindrical-coordinate representation of color #F7940D: hue angle of 34.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7940D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.03 |
| HSL | 34.62º | 0.94% | 0.51% | - |
| HSV(B) | 34.62º | 0.95% | 0.97% | - |
| XYZ | 49.02 | 40.98 | 5.71 | - |
| YUV | 162.21 | 43.8 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 13 | 0 | 0.40 | 0.95 | 0.03 | 34.62 | 0.94 | 0.51 |
| Hex | F7 | 94 | D | 0 | 28 | 5F | 3 | 23 | 5E | 33 |
| Octal | 367 | 224 | 15 | 0 | 50 | 137 | 3 | 43 | 136 | 63 |
| Binary | 11110111 | 10010100 | 1101 | 0 | 101000 | 1011111 | 11 | 100011 | 1011110 | 110011 |
Color Harmonies of #F7940D
Complementary color
Monochromatic Colors of #F7940D
Black with #F7940D
Text Example
Text Example
White with #F7940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7940D; }
p { color: rgb(247,148,13); }
H1.HeaderClassName
{
color: #F7940D;
}
.AnyTagClassName
{
color: #F7940D;
}
</style>
background-color css
<style>
a { background-color: #F7940D; }
a { background-color: rgb(247,148,13); }
div.DivClassName
{
background-color: #F7940D;
}
.BgClassName
{
background-color: #F7940D;
}
</style>
border-color css
<style>
span { border-color: #F7940D; }
span { border-color: rgb(247,148,13); }
td.TdClassName
{
border-color: #F7940D;
}
.TagClassName
{
border-color: #F7940D;
}
</style>