Shades of Dark Orange #F68E07
Tints of Dark Orange #F68E07
RGB
CMYK
RGB Variations
Color information
#F68E07 (or 0xF68E07) is known color: Dark Orange. HEX triplet: F6, 8E and 07. RGB value is (246,142,7). Sum of RGB (Red+Green+Blue) = 246+142+7=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68E07 is #0971F8. Grayscale: #9E9E9E. Windows color (decimal): -619001 or 495350. OLE color: 495350.
HSL color Cylindrical-coordinate representation of color #F68E07: hue angle of 33.89º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F68E07 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.04 |
| HSL | 33.89º | 0.94% | 0.5% | - |
| HSV(B) | 33.89º | 0.97% | 0.96% | - |
| XYZ | 47.72 | 38.95 | 5.2 | - |
| YUV | 157.71 | 42.96 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 7 | 0 | 0.42 | 0.97 | 0.04 | 33.89 | 0.94 | 0.5 |
| Hex | F6 | 8E | 7 | 0 | 2A | 61 | 4 | 22 | 5E | 32 |
| Octal | 366 | 216 | 7 | 0 | 52 | 141 | 4 | 42 | 136 | 62 |
| Binary | 11110110 | 10001110 | 111 | 0 | 101010 | 1100001 | 100 | 100010 | 1011110 | 110010 |
Color Harmonies of #F68E07
Complementary color
Monochromatic Colors of #F68E07
Black with #F68E07
Text Example
Text Example
White with #F68E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E07; }
p { color: rgb(246,142,7); }
H1.HeaderClassName
{
color: #F68E07;
}
.AnyTagClassName
{
color: #F68E07;
}
</style>
background-color css
<style>
a { background-color: #F68E07; }
a { background-color: rgb(246,142,7); }
div.DivClassName
{
background-color: #F68E07;
}
.BgClassName
{
background-color: #F68E07;
}
</style>
border-color css
<style>
span { border-color: #F68E07; }
span { border-color: rgb(246,142,7); }
td.TdClassName
{
border-color: #F68E07;
}
.TagClassName
{
border-color: #F68E07;
}
</style>